Closed
Bug 931017
Opened 11 years ago
Closed 11 years ago
Port FINAL_TARGET to moz.build in comm-central
Categories
(MailNews Core :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 27.0
People
(Reporter: jcranmer, Assigned: jcranmer)
References
Details
Attachments
(2 files)
6.69 KB,
patch
|
standard8
:
review+
|
Details | Diff | Splinter Review |
8.28 KB,
patch
|
standard8
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
Assignee: nobody → Pidgeot18
Attachment #822323 -
Flags: review?(mbanner)
Assignee | ||
Comment 2•11 years ago
|
||
Surprisingly, this rebased cleanly after the recent build ontology changes. Huh.
Attachment #822324 -
Flags: review?(mbanner)
Comment 3•11 years ago
|
||
Comment on attachment 822323 [details] [diff] [review]
Part 1: Port moving backend.mk to config.mk
Review of attachment 822323 [details] [diff] [review]:
-----------------------------------------------------------------
Not tested, so consider testing on try server before landing. r=Standard8
Attachment #822323 -
Flags: review?(mbanner) → review+
Comment 4•11 years ago
|
||
Comment on attachment 822324 [details] [diff] [review]
Part 2: Migrate FINAL_TARGET itself
Review of attachment 822324 [details] [diff] [review]:
-----------------------------------------------------------------
Again, not tested, so consider a try server run before landing. r=Standard8
::: config/config.mk
@@ +38,5 @@
> ANDROID_RESFILES \
> CMMSRCS \
> CPP_UNIT_TESTS \
> DIRS \
> + DIST_SUBDIR \
Spaces versus tabs? (several places in this file, need to be made consistent).
Attachment #822324 -
Flags: review?(mbanner) → review+
Assignee | ||
Comment 5•11 years ago
|
||
(In reply to Mark Banner (:standard8) from comment #3)
> Comment on attachment 822323 [details] [diff] [review]
> Part 1: Port moving backend.mk to config.mk
>
> Review of attachment 822323 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> Not tested, so consider testing on try server before landing. r=Standard8
This appears to break OS X universal builds, and only universal builds. Which makes no sense considering it's a straightforward port of m-c changes...
Assignee | ||
Comment 6•11 years ago
|
||
https://hg.mozilla.org/comm-central/rev/52b5c0b3d58c
https://hg.mozilla.org/comm-central/rev/6b60e35addee
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 27.0
Assignee | ||
Comment 7•11 years ago
|
||
(In reply to Joshua Cranmer [:jcranmer] from comment #5)
> This appears to break OS X universal builds, and only universal builds.
> Which makes no sense considering it's a straightforward port of m-c
> changes...
It turns out that calendar's flight.mk for the universal build needs to include config.mk, so I added a STANDALONE_MAKEFILE := 1 to that file and got it working.
Comment 8•11 years ago
|
||
Question regarding Bug 934013: Is there a way to use something like $(DIST) in moz.build in comm-central? Or should we hardcode "mozilla/dist" in such a case?
You need to log in
before you can comment on or make changes to this bug.
Description
•