aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bmake/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* community/bmake: move from testingSören Tempel2020-02-151-42/+0
|
* testing/bmake: install additional documentation filesSören Tempel2020-02-121-1/+5
|
* testing/bmake: upgrade to 20200212Sören Tempel2020-02-121-6/+4
|
* testing/bmake: upgrade to 20200205Sören Tempel2020-02-121-5/+7
|
* testing/bmake: claim maintainershipSören Tempel2019-12-221-2/+2
|
* testing/bmake: unset MAKEFLAGS globallySören Tempel2019-12-211-3/+5
| | | | | | It needs to be reset for both the check() and install() function. So we might as well reset it globally. Do include the `-j` flag though to take advantage of parallel builds.
* testing/bmake: unset MAKEFLAGS in checkSören Tempel2019-12-211-1/+3
| | | | This fixes the test failure on the builders.
* testing/bmake: try to enable on all architecturesSören Tempel2019-12-211-1/+1
|
* testing/bmake: remove explicitly cd statementsSören Tempel2019-12-211-9/+4
| | | | While at it, also do not use a separate build directory.
* testing/bmake: run test separatelySören Tempel2019-12-211-5/+10
|
* testing/bmake: simplify man page installationSören Tempel2019-12-211-2/+2
|
* testing/bmake: upgrade to 20181221Sören Tempel2019-12-211-3/+3
|
* testing/bmake: update licenseSören Tempel2019-12-211-4/+1
|
* testing/bmake: reenable on x86_64Sören Tempel2019-12-211-1/+1
|
* testing/bmake: drop maintershipSteffen Nurpmeso2019-04-121-1/+1
|
* Revert "testing/bmake: update to 20181221"Leonardo Arena2019-03-131-4/+4
| | | | This reverts commit 5baa345f6147624af4fffd6393fe453baab0fff1.
* Revert "testing/bmake: remove automatic tests and disable check()"Leonardo Arena2019-03-131-13/+6
| | | | This reverts commit a38067031546faa693a51701b7a3d02a162c8668.
* testing/bmake: remove automatic tests and disable check()Leonardo Arena2019-03-131-6/+13
| | | | | | | | | | | Tests failing on builders: 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: update to 20181221Steffen Nurpmeso2019-03-131-3/+3
|
* 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-101-0/+44
http://www.crufty.net/help/sjg/bmake.html Portable version of the NetBSD make build tool