Custom Query (100 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (64 - 66 of 100)

Ticket Resolution Summary Owner Reporter
#44 fixed Switch to GPLv3 bird bird
Description

GNU make is GPLv3, so it's probably simplest just to switch as well.

#43 fixed Add expr bird bird
Description

expr is a useful thing for scripting. Use the openbsd one to avoid lex/flex, it's public domain.

#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().

Note: See TracQuery for help on using queries.