Closed
Bug 296799
Opened 20 years ago
Closed 20 years ago
multiple configure execution
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: wolfiR, Unassigned)
Details
Attachments
(1 file)
|
82.19 KB,
text/plain
|
Details |
When I try to build xulrunner with parallel make this doesn't work: I define my mozconfig file and then start make -f client.mk -j20 build The build log is attached and shows that two parallel configures are running trying to do the same thing.
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
To run a parallel make you must add the line mk_add_options MOZ_MAKE_OPTIONS="-jN" to your mozconfig, N being your preferred parallel setting. I have not tried adding a -jN argument to the make -f client.mk .. command but I would expect it to fail as that's not conceptually the correct level for the parallel make to operate. Please try altering your mozconfig and report back whether or not it worked for you.
We don't support parallel makes at the client.mk level. There's really no point as most of those targets are designed be run serially. And the variable that you need to set is MOZ_MAKE_FLAGS not MOZ_MAKE_OPTIONS.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•