mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 11:20:29 -05:00
Key changes include reduced noise at end of failed build log and avoid evaluation of unnecessary terms in conditionals. In META MODE; a target flagged .META is out-of-date if meta file is missing MFC after: 1 week
12 lines
358 B
Text
12 lines
358 B
Text
LIST = one two three four five six seven eight nine ten
|
|
LIST:O = eight five four nine one seven six ten three two
|
|
LIST:Or = two three ten six seven one nine four five eight
|
|
LIST:Ox = Ok
|
|
LIST:O:Ox = Ok
|
|
LISTX = Ok
|
|
LISTSX = Ok
|
|
make: Bad modifier `:OX' for LIST
|
|
BADMOD 1 = }
|
|
make: Bad modifier `:OxXX' for LIST
|
|
BADMOD 2 = XX}
|
|
exit status 0
|