Closed
Bug 930380
Opened 11 years ago
Closed 11 years ago
Make sure *SOURCES only point to existing files
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla27
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(3 files, 5 obsolete files)
(deleted),
text/x-python
|
Details | |
(deleted),
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
Like bug 912099 and bug 912438, but for other source variables.
Assignee | ||
Comment 1•11 years ago
|
||
I used this script to check variables. It doesn't handle list comprehension or assigning from another variable, but those are more or less handled by a try build.
I ignored everything Qt (moc_* and files under widget/qt/faststartupqt) which are already broken anyways, and toolkit/crashreporter/client/moz.build, for which i filed bug 930379 (it's solaris-only)
Assignee | ||
Updated•11 years ago
|
Attachment #821476 -
Attachment mime type: text/x-python → text/plain
Assignee | ||
Comment 2•11 years ago
|
||
Assignee: nobody → mh+mozilla
Attachment #821478 -
Flags: review?(gps)
Assignee | ||
Updated•11 years ago
|
Attachment #821478 -
Attachment is patch: true
Assignee | ||
Comment 3•11 years ago
|
||
With a fixup to check lists of 1 element (the script is derived from the script i used for reordering, which didn't have to care about those)
Attachment #821476 -
Attachment is obsolete: true
Assignee | ||
Comment 4•11 years ago
|
||
Refreshed. That requires another patch I'll attach shortly.
Attachment #821478 -
Attachment is obsolete: true
Attachment #821478 -
Flags: review?(gps)
Attachment #821484 -
Flags: review?(gps)
Assignee | ||
Comment 5•11 years ago
|
||
Attachment #821485 -
Flags: review?(gps)
Assignee | ||
Comment 6•11 years ago
|
||
Turns out pymake screwed up with the last iteration. I would normally file a bug on pymake, but at this point of mozmake progress, i think i don't care about fixing pymake.
Attachment #821509 -
Flags: review?(gps)
Assignee | ||
Updated•11 years ago
|
Attachment #821485 -
Attachment is obsolete: true
Attachment #821485 -
Flags: review?(gps)
Assignee | ||
Comment 7•11 years ago
|
||
A version that should actually work on windows:
https://tbpl.mozilla.org/?tree=Try&rev=4a2a74f448a5
Attachment #821523 -
Flags: review?(gps)
Assignee | ||
Updated•11 years ago
|
Attachment #821509 -
Attachment is obsolete: true
Attachment #821509 -
Flags: review?(gps)
Assignee | ||
Comment 8•11 years ago
|
||
This is getting embarassing, but this time, I think it's the good one:
https://tbpl.mozilla.org/?tree=Try&rev=6a04b8406e28
Attachment #821564 -
Flags: review?(gps)
Assignee | ||
Updated•11 years ago
|
Attachment #821523 -
Attachment is obsolete: true
Attachment #821523 -
Flags: review?(gps)
Updated•11 years ago
|
Attachment #821484 -
Flags: review?(gps) → review+
Updated•11 years ago
|
Attachment #821564 -
Flags: review?(gps) → review+
Assignee | ||
Comment 9•11 years ago
|
||
Comment 10•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/748e46ad4ab3
https://hg.mozilla.org/mozilla-central/rev/345cb5e077b1
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
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
•