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
5 lines
235 B
Text
5 lines
235 B
Text
make: "varparse-dynamic.mk" line 9: Malformed conditional (${.TARGEX})
|
|
make: "varparse-dynamic.mk" line 12: Malformed conditional (${.TARGXX})
|
|
make: Fatal errors encountered -- cannot continue
|
|
make: stopped in unit-tests
|
|
exit status 1
|