History log of /freebsd-14.2/usr.bin/bmake/unit-tests/Makefile (Results 1 – 10 of 10)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0
# d0b2dbfa 16-Aug-2023 Warner Losh <[email protected]>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 477f6e3c 13-May-2023 Simon J. Gerraty <[email protected]>

sys.dirdeps.mk use ?= for OBJTOP

This broke bmake's after-import step.


# e0e24ae5 13-May-2023 Simon J. Gerraty <[email protected]>

bmake forloop test was removed


Revision tags: release/13.2.0, release/12.4.0
# 08604a02 26-Jul-2022 Simon J. Gerraty <[email protected]>

Auto-create bmake/unit-tests objdir if appropriate

Given the way bmake/unit-tests is visited, when doing 'test'
MK_AUTO_OBJ=yes will not be effective.
So create the objdir before running the sub-mak

Auto-create bmake/unit-tests objdir if appropriate

Given the way bmake/unit-tests is visited, when doing 'test'
MK_AUTO_OBJ=yes will not be effective.
So create the objdir before running the sub-make.

Also ensure MAKEOBJDIR is passed to opt-m-include-dir

Reviewed by: deo

show more ...


# 58cd3695 26-Jul-2022 Simon J. Gerraty <[email protected]>

Finish update to bmake-20220724


Revision tags: release/13.1.0
# 6598559f 05-Feb-2022 Simon J. Gerraty <[email protected]>

Update to bmake-20220204


# 1c04cf7d 18-Dec-2021 Simon J. Gerraty <[email protected]>

After-import bmake-20211212


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

Update to bmake-20210621

MFC after: 1 week


Revision tags: release/13.0.0, 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 ...