mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 15:52:40 -04:00
Relevant/interesting changes:
o optimize string matching for ':M' and ':N'
o warn about malformed patterns in ':M', ':N' and '.if make(...)'
o allow guards to be targets as well as variables
The guard targets may include variable references like
__${.PARSEDIR:tA}/${.PARSEFILE}__
o optimization for makefiles protected from multiple-inclusion
skip even opening the file after first include.
o var.c: do not allow delete of readOnly variable
o parse.c: .break takes no args
12 lines
648 B
Text
12 lines
648 B
Text
make: "opt-debug-file.mk" line 44: This goes to stderr only, once.
|
|
make: "opt-debug-file.mk" line 47: This goes to stderr only, once.
|
|
make: "opt-debug-file.mk" line 50: This goes to stderr, and in addition to the debug log.
|
|
CondParser_Eval: ${:!cat opt-debug-file.debuglog!:Maddition:[#]} != 1
|
|
Comparing 1.000000 != 1.000000
|
|
make: Missing delimiter for modifier ':S'
|
|
make: Missing delimiter for modifier ':S'
|
|
make: Missing delimiter for modifier ':S'
|
|
CondParser_Eval: ${:!cat opt-debug-file.debuglog!:Mdelimiter:[#]} != 1
|
|
Comparing 1.000000 != 1.000000
|
|
Cannot open debug file "/nonexistent-6f21c672-a22d-4ef7/opt-debug-file.debuglog"
|
|
exit status 2
|