Opened 15 years ago
Closed 15 years ago
#121 closed defect (fixed)
Parallel build does not work
Reported by: | Jiri Svoboda | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.4.2 |
Component: | helenos/unspecified | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
On SMP machines building can be significantly faster if GNU make is allowed to do a parallel build. Currently parallel build fails.
Change History (3)
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Well, OK, it is not fixed completely. I works reasonably well on ia32, but there are still some issues with makedepend and with the boot makefiles on non-ia32/amd64 archs (these have again something to do with makedepend and with the non-determinism of the Makefiles, whose correct interpretation is ensured only by the serialization of the targets).
I reopen the ticket until it is _really_ solved.
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Really solved in [head,118].
Note:
See TracTickets
for help on using tickets.
Fixed in [head,113].