Closed
Bug 707593
Opened 12 years ago
Closed 12 years ago
Clean up makefile generation in js/src configure
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla11
People
(Reporter: emorley, Assigned: emorley)
References
Details
Attachments
(1 file, 1 obsolete file)
1.63 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
Similar to the work done in bug 696498 but for js/src configure. * js/src/lirasm/Makefile.in now longer exists in the tree, so should be removed from configure, since it was causing: "can't read <topsrcdir>/js/src/lirasm/Makefile.in: No such file or directory" * js/src/analysis-tests/Makefile is missing from configure, so should be added. * Several of the existing entries should only be generated conditionally, so add conditionals where needed.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #578968 -
Flags: review?(ted.mielczarek)
Assignee | ||
Comment 2•12 years ago
|
||
As v1 except uses test rather than (the IMO more readable) [ EXPR ] since otherwise autoconf eats the brackets.
Attachment #578968 -
Attachment is obsolete: true
Attachment #578968 -
Flags: review?(ted.mielczarek)
Attachment #579189 -
Flags: review?(ted.mielczarek)
Updated•12 years ago
|
Attachment #579189 -
Flags: review?(ted.mielczarek) → review+
Assignee | ||
Comment 3•12 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/19d325115037
Flags: in-testsuite-
Target Milestone: --- → mozilla11
Assignee | ||
Comment 5•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/19d325115037
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•