19 Commits

Author SHA1 Message Date
Sören Tempel
7b25db0870 testing/bmake: claim maintainership 2019-12-22 16:59:49 +01:00
Sören Tempel
ff5117155c testing/bmake: unset MAKEFLAGS globally
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.
2019-12-21 18:50:49 +01:00
Sören Tempel
f751ac1027 testing/bmake: unset MAKEFLAGS in check
This fixes the test failure on the builders.
2019-12-21 18:44:04 +01:00
Sören Tempel
3a9447346c testing/bmake: try to enable on all architectures 2019-12-21 13:55:28 +01:00
Sören Tempel
a37c560fa7 testing/bmake: remove obsolete patch 2019-12-21 13:55:28 +01:00
Sören Tempel
8aa7aa830b testing/bmake: remove explicitly cd statements
While at it, also do not use a separate build directory.
2019-12-21 13:55:28 +01:00
Sören Tempel
508000a974 testing/bmake: run test separately 2019-12-21 13:55:28 +01:00
Sören Tempel
6851dfb94a testing/bmake: simplify man page installation 2019-12-21 13:55:28 +01:00
Sören Tempel
dc6a93aad9 testing/bmake: upgrade to 20181221 2019-12-21 13:55:28 +01:00
Sören Tempel
4fe9993544 testing/bmake: update license 2019-12-21 13:55:28 +01:00
Sören Tempel
ad92dceede testing/bmake: reenable on x86_64 2019-12-21 13:55:28 +01:00
Steffen Nurpmeso
cc5bcb7ca3 testing/bmake: drop maintership 2019-04-12 10:22:34 +00:00
Leonardo Arena
b108669d3b Revert "testing/bmake: update to 20181221"
This reverts commit 5baa345f6147624af4fffd6393fe453baab0fff1.
2019-03-13 11:26:21 +00:00
Leonardo Arena
cb8cf875d9 Revert "testing/bmake: remove automatic tests and disable check()"
This reverts commit a38067031546faa693a51701b7a3d02a162c8668.
2019-03-13 11:25:48 +00:00
Leonardo Arena
a380670315 testing/bmake: remove automatic tests and disable check()
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
2019-03-13 11:22:57 +00:00
Steffen Nurpmeso
5baa345f61 testing/bmake: update to 20181221 2019-03-13 11:04:59 +00:00
Carlo Landmeter
daa552f086 testing/bmake: disable as it fails on x86 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
2018-12-10 12:28:44 +00:00
Carlo Landmeter
32e516025d testing/bmake: do not modify path 2018-12-10 12:22:44 +00:00
Steffen Nurpmeso
c22de86e47 testing/bmake: new aport
http://www.crufty.net/help/sjg/bmake.html
Portable version of the NetBSD make build tool
2018-12-10 11:38:17 +00:00