Closed
Bug 1407397
Opened 8 years ago
Closed 7 years ago
Use the link.py output trick for all linker invocations
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1440507
People
(Reporter: ted, Unassigned)
References
(Blocks 1 open bug)
Details
We have a special-case in the libxul makefile to wrap the linker execution in a special script that prints output every so often so that automation builds don't get killed for not producing output when they're just taking forever to link libxul:
https://hg.mozilla.org/mozilla-central/file/77a4c52e9987d2359969d7c478183b438b464744/toolkit/library/Makefile.in#l11
We could probably just make the build system do this for every linker invocation and get rid of that special case.
Comment 1•8 years ago
|
||
... or not do it at all, and set LINK to "path/to/link.py path/to/link.exe" on automation via mozconfig.
| Reporter | ||
Comment 2•8 years ago
|
||
That seems like it'd also be fine.
Comment 3•7 years ago
|
||
It looks like we'll be able to take care of this by removing it altogether.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
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
•