Closed
Bug 1520340
Opened 6 years ago
Closed 6 years ago
Move subconfigure invocation from old-configure to python configure
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(firefox66 fixed)
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(6 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
No description provided.
Assignee | ||
Updated•6 years ago
|
Summary: Don't execute subconfigure as a separate process → Move subconfigure invocation from old-configure to python configure
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Depends on D16618
Assignee | ||
Comment 3•6 years ago
|
||
Depends on D16619
Assignee | ||
Comment 4•6 years ago
|
||
So that individual parts can be reused downstream.
Depends on D16620
Assignee | ||
Comment 5•6 years ago
|
||
This happens to remove the last use of perl from configure.
Depends on D16621
Assignee | ||
Comment 6•6 years ago
|
||
Instead, include the module and inline its main function.
Depends on D16622
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/fad773445014
Use js_options instead of exported variables from old-configure for a few variables. r=froydnj
https://hg.mozilla.org/integration/autoland/rev/7695daf6bc2d
Normalize old_configure's result earlier. r=froydnj
https://hg.mozilla.org/integration/autoland/rev/191f54a3dd6c
Move old_configure_assignments formatting to prepare_configure. r=froydnj
https://hg.mozilla.org/integration/autoland/rev/dd78d3f82b49
Split prepare_configure and old_configure. r=froydnj
https://hg.mozilla.org/integration/autoland/rev/5e51e7031e8f
Move subconfigure invocation from old-configure to python configure. r=froydnj
https://hg.mozilla.org/integration/autoland/rev/f2096b37917d
Don't execute subconfigure as a separate process. r=froydnj
Comment 8•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fad773445014
https://hg.mozilla.org/mozilla-central/rev/7695daf6bc2d
https://hg.mozilla.org/mozilla-central/rev/191f54a3dd6c
https://hg.mozilla.org/mozilla-central/rev/dd78d3f82b49
https://hg.mozilla.org/mozilla-central/rev/5e51e7031e8f
https://hg.mozilla.org/mozilla-central/rev/f2096b37917d
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•