Home | History | Annotate | Download | only in unit-tests
History log of /src/usr.bin/make/unit-tests/meta-cmd-cmp.mk
RevisionDateAuthorComments
 1.6  02-Mar-2022  sjg Add nofilemon to meta mode tests

The unit-tests for meta mode do not depend on filemon.
Adding nofilemon to .MAKE.MODE allows these to pass on
a system that would use filemon_dev but does not have
the module loaded.
 1.5  09-Feb-2022  rillig make: fix mistakes, spelling and typos in comments and manual page

No binary change for -DNDEBUG.
 1.4  27-Jan-2022  sjg Allow local variable assignments in dependency lines

The variable is set in the context of the target.
This syntax has been supported by gmake for ~ever.
If necessary a makefile can set .MAKE.TARGET_LOCAL_VARIABLES=false
to disable this.

Expose GetBooleanExpr so parse.c can use it.
 1.3  14-Jan-2022  sjg Add unit-test for .MAKE.META.CMP_FILTER
 1.2  05-Dec-2020  sjg Don't let gcov mess up results
 1.1  30-Nov-2020  sjg Add some tests for meta mode

RSS XML Feed