Closed
Bug 785269
Opened 12 years ago
Closed 12 years ago
Replace a few DEPTH and relativesrcdir
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla18
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
(deleted),
patch
|
ted
:
review+
Callek
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•12 years ago
|
||
This patch does several things:
- restores DEPTH and relativesrcdir in browser/components/safebrowsing, as they were reverted during the backout of bug 778608
- use @relativesrcdir@ in dom/devicestorage/test/Makefile.in, where the value was dom/devicestorage/test/ (@relativesrcdir@ would be the same value, without the last slash)
- use @DEPTH@ in a newly added file (bug 749257)
- fix relativesrcdir by using @relativesrcdir@ in various mobile branding directories
- use @DEPTH@ under xpfe/components/autocomplete, now that c-c has a port of bug 774032. The Makefiles are generated by c-c configure and the depth is relative to the c-c topsrcdir, which is why it wasn't possible to change them before. Using @DEPTH@ now also means that nothing will have to change when c-c switches to building under the mozilla topsrcdir.
Attachment #654856 -
Flags: review?(ted.mielczarek)
Attachment #654856 -
Flags: review?(bugspam.Callek)
Updated•12 years ago
|
Attachment #654856 -
Flags: review?(bugspam.Callek) → review+
Updated•12 years ago
|
Attachment #654856 -
Flags: review?(ted.mielczarek) → review+
Updated•12 years ago
|
Assignee: nobody → mh+mozilla
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/b252a074431b
Replace a few DEPTH and relativesrcdir. r=ted,r=callek
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
•