Closed
Bug 434192
Opened 15 years ago
Closed 15 years ago
Fails to build after make clean on architectures using .s files
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: glandium, Assigned: glandium)
References
Details
(Keywords: fixed1.9.0.18)
Attachments
(2 files)
539 bytes,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
1.17 KB,
patch
|
dveditz
:
approval1.9.0.18+
|
Details | Diff | Splinter Review |
The ALL_TRASH variable contains .s files corresponding to .o files ($(OBJS:.$(OBJ_SUFFIX)=.s)), but in some directories where there are .s source files, this means removing source files, which, in turn, leads to failure to build after make clean because of missing source files. Attached patch fixes the issue.
Attachment #321409 -
Flags: review?(benjamin)
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 2•15 years ago
|
||
Considering there is a patch here and not there, shouldn't the duplicate be reversed ?
Comment 3•15 years ago
|
||
Sorry, yeah, do whatever's easier for you.
Assignee | ||
Updated•15 years ago
|
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Updated•15 years ago
|
Attachment #321409 -
Flags: review?(benjamin) → review+
Updated•15 years ago
|
Assignee: nobody → mh+mozilla
Status: REOPENED → NEW
Comment 7•15 years ago
|
||
Pushed to mozilla-central: https://hg.mozilla.org/mozilla-central/index.cgi/rev/5f9f6eb00601
Status: NEW → RESOLVED
Closed: 15 years ago → 15 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Updated•14 years ago
|
Flags: blocking1.9.0.16?
Comment 8•14 years ago
|
||
r.mozley: There's no way this will block 1.9.0.16. When you nominate, please nominate with rationale. We might consider a patch for this, assuming someone asks for approval and tests said patch on a 1.9.0 tree.
Flags: blocking1.9.0.16? → blocking1.9.0.16-
Comment 9•14 years ago
|
||
Sorry about that, I don't know the correct procedure to get this onto the 1.9.0 branch. The patch is already there and was written (I believe) for the 1.9.0 branch.
Assignee | ||
Comment 10•14 years ago
|
||
FYI, this patch has been in use in Debian since 1.9rc1.
Comment 11•14 years ago
|
||
Updated the patch for the 1.9.0 branch.
Attachment #414399 -
Flags: approval1.9.0.17?
Comment 12•14 years ago
|
||
Comment on attachment 414399 [details] [diff] [review] 1.9.0 branch patch Approved for 1.9.0.16, a=dveditz for release-drivers
Attachment #414399 -
Flags: approval1.9.0.17? → approval1.9.0.17+
Updated•14 years ago
|
Keywords: checkin-needed
Comment 13•14 years ago
|
||
(dveditz meant 1.9.0.17 as indicated by the appropriate approval flag.)
Comment 14•14 years ago
|
||
Checking in config/rules.mk; /cvsroot/mozilla/config/rules.mk,v <-- rules.mk new revision: 3.597; previous revision: 3.596 done
Keywords: checkin-needed → fixed1.9.0.17
Updated•5 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•