History log of /freebsd-13.1/usr.bin/bmake/unit-tests/Makefile (Results 1 – 7 of 7)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.4.0, release/13.1.0
# bd8bde13 09-Feb-2022 Simon J. Gerraty <[email protected]>

Merge bmake-20220208

* unit-tests/Makefile: disable opt-debug-x-trace on Linux if there
is any chance we have dash as .SHELL

* meta.c: use a variable to hold command line to

Merge bmake-20220208

* unit-tests/Makefile: disable opt-debug-x-trace on Linux if there
is any chance we have dash as .SHELL

* meta.c: use a variable to hold command line to be filtered
to avoid any side effects from content of command line.

Merge commit '535c59a6a9214436f5d6643775d29808e4b3408d'

(cherry picked from commit a6f0e10b24b6011dd5f71c99848ddeef264d9ac9)

show more ...


# 22ade366 05-Feb-2022 Simon J. Gerraty <[email protected]>

Update to bmake-20220204

(cherry picked from commit 6598559fdf0c6342b6c30229430c739c42dc9941)


# 7f1879d6 18-Dec-2021 Simon J. Gerraty <[email protected]>

After-import bmake-20211212

(cherry picked from commit 1c04cf7d5415a404722bfa182013efa028280736)


Revision tags: release/12.3.0
# 9956ced9 25-Jun-2021 Simon J. Gerraty <[email protected]>

Update to bmake-20210621

MFC after: 1 week

(cherry picked from commit 68c4481aac28f5a088553b9c31579f6fbc8500fd)


Revision tags: release/13.0.0
# 78968ce3 11-Feb-2021 Simon J. Gerraty <[email protected]>

Merge bmake-20210206

Changes of interest

o unit-tests: use private TMPDIR to avoid errors from other users
o avoid strdup in mkTempFile
o always use vfork
o job.c: do not create empty shell

Merge bmake-20210206

Changes of interest

o unit-tests: use private TMPDIR to avoid errors from other users
o avoid strdup in mkTempFile
o always use vfork
o job.c: do not create empty shell files in jobs mode
reduce unnecessary calls to waitpid
o cond.c: fix debug output for comparison operators in conditionals

(cherry picked from commit dba7b0ef928af88caa38728a73657b837aeeac93)

Approved by: re

show more ...


Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0
# 4639b858 04-Feb-2013 Simon J. Gerraty <[email protected]>

Missed adding Makefile.config and unit-tests/Makefile should
allow FreeBSD make to do 'obj'.

Approved by: marcel (mentor)


Revision tags: release/9.1.0
# d4d90f10 06-Oct-2012 Marcel Moolenaar <[email protected]>

Add bmake to the build and allow it to be installed as make(1) instead
of FreeBSD's make by setting WITH_BMAKE. The WITH_BMAKE build makes it
easy for people to switch while working out the kinks --

Add bmake to the build and allow it to be installed as make(1) instead
of FreeBSD's make by setting WITH_BMAKE. The WITH_BMAKE build makes it
easy for people to switch while working out the kinks -- think ports
tree here. The option will be removed in due time.

Submitted by: Simon Gerraty ([email protected])

show more ...