Custom Query (100 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 100)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#60 fixed kmk: .MUST_MAKE - hook for forcing a file to be made bird bird
Description

This is a new feature from the GNU Make TODO list that I've take a shot at because it will come in handy to deal with the $(commands ) mess/load.

The feature works like this, .MUST_MAKE is a target variable which will be looked for when a file is being considered for make but none of the prereqs requires it to be made. It is expanded in a limited file context, that means that $+, $, $? and $| are not readily available and weird stuff may yet happen because of VPATH. If .MUST_MAKE expands to a non-zero string after stripping, it will force the file to be made. Otherwise the file won't be made on its account at least.

#74 fixed kmk: $(select whenN-cond, whenN-body...) bird bird
Description

Simple multiple condition statement borrowed from REXX (yet again). Test whenN-cond and expand the whenN-body of the first which holds true. If all are false, the empty string is returned. Special condition strings for the sake of tradition: default, default:, otherwise}}}, and otherwise.

#75 fixed kmk: $(root name...) function bird bird
Description

$(root name...) will extract the root specifier from the given names. Useful for checking whether a file name is an absolute path or not on Windows and OS/2.

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Note: See TracQuery for help on using queries.