Opened 16 years ago
Closed 16 years ago
#61 closed defect (wontfix)
kBuild: pass ordering isn't strict enough
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | major | Milestone: | 0.1.5 |
Component: | kBuild | Version: | 0.1.3 |
Keywords: | Cc: |
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.
Note:
See TracTickets
for help on using tickets.
It's actually still broken. And it's impossible to fix without reverting to invoking a new make instance per pass - very annoying. Anyway, I've fixed the old KBUILD_SAFE_PARALLEL mode (some bitrot) and this can now be selectively enabled in problematic cases.