Opened 15 years ago

Closed 15 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.

Change History (1)

comment:1 Changed 15 years ago by bird

Resolution: wontfix
Status: newclosed

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.

Note: See TracTickets for help on using tickets.