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
19 lines
375 B
Text
19 lines
375 B
Text
path=':/bin:/tmp::/:.:/no/such/dir:.'
|
|
path='/bin:/tmp:/:/no/such/dir'
|
|
path='/bin:/tmp:/:/no/such/dir'
|
|
path='/bin':'/tmp':'/':'/no/such/dir'
|
|
path='/bin':'/tmp':'/':'/no/such/dir'
|
|
path_/usr/xbin=/opt/xbin/
|
|
paths=/bin /tmp / /no/such/dir /opt/xbin
|
|
PATHS=/BIN /TMP / /NO/SUCH/DIR /OPT/XBIN
|
|
S:
|
|
C:
|
|
@:
|
|
S:empty
|
|
C:empty
|
|
@:
|
|
mod-quote: new
|
|
|
|
line
|
|
mod-break-many-words: 500
|
|
exit status 0
|