Custom Query (100 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (79 - 81 of 100)

Ticket Resolution Summary Owner Reporter
#58 fixed kmk: if $(VAR) != $(VAR) bird bird
Description

Bug in new if expressions, can reference a variable without using double quotes.

#42 fixed kmk: implement secondary target expansion bird bird
Description

GNU make sports a feature for secondary expansion of prerequisites, it will be extremely handy for kBuild to have a similar feature for targets (aka goals and files) as well. The kBuild use case is $(SomeTarget_PATH)/generated-file.h: prereq; $(APPEND) $@ whatever .

Modeling it after the secondary prerequisite expansion, the change consists of adding a new special variable .SECONDARYTARGETEXPANSION that is used to enable the feature. Detect targets needing secondary expansion in enter_file() when the string is in the cache. And finally do the expansion at the top of snap_deps().

#38 fixed kmk: includedep $(whatever) doesn't work bird bird
Description

Need to expand the includedep input before passing it to open.

Note: See TracQuery for help on using queries.