Custom Query (100 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 100)

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.

#61 wontfix kBuild: pass ordering isn't strict enough bird bird
Description

Revert the Etherboot-src SUBDIR change (r38874) in src/VBox/Devices/Makefile.kmk and try build OSE on a 4+ core box. The library pass will start before the bld progs have been linked.

#62 invalid kmk: remaking running targets when doing: kmk all sdk packing bird bird
Description

Fetching of additions .iso is executed twice, as is xpidl is also build every time for some reason.

Note: See TracQuery for help on using queries.