aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bmake
Commit message (Collapse)AuthorAgeFilesLines
* testing/bmake: disable as it fails on x86 buildersCarlo Landmeter2018-12-101-1/+1
| | | | | | | | | gcc -Wl,--as-needed -o bmake main.o meta.o arch.o buf.o compat.o cond.o dir.o for.o getopt hash.o job.o make.o make_malloc.o metachar.o parse.o sigcompat.o str.o strlist.o suff.o targ.o trace.o var.o util.o lstAppend.o lstDupl.o lstInit.o lstOpen.o lstAtEnd.o lstEnQueue.o lstInsert.o lstAtFront.o lstIsAtEnd.o lstClose.o lstFind.o lstIsEmpty.o lstRemove.o lstConcat.o lstFindFrom.o lstLast.o lstReplace.o lstFirst.o lstDatum.o lstForEach.o lstMember.o lstSucc.o lstDeQueue.o lstForEachFrom.o lstDestroy.o lstNext.o lstPrev.o stresep.o usage: bmake [-BeikNnqrstWwX] [-C directory] [-D variable] [-d flags] [-f makefile] [-I directory] [-J private] [-j max_jobs] [-m directory] [-T file] [-V variable] [-v variable] [variable=value] [target ...] >>> ERROR: bmake: build failed
* testing/bmake: do not modify pathCarlo Landmeter2018-12-101-7/+0
|
* testing/bmake: new aportSteffen Nurpmeso2018-12-103-0/+111
http://www.crufty.net/help/sjg/bmake.html Portable version of the NetBSD make build tool