Closed
Bug 766664
Opened 13 years ago
Closed 13 years ago
make double-including package-name.mk not break things
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla16
People
(Reporter: ted, Assigned: ted)
References
Details
Attachments
(1 file)
1.84 KB,
patch
|
glandium
:
review+
lsblakk
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
Currently package-name.mk gets double-included in a few places, which breaks using MOZ_PKG_SPECIAL.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #634995 -
Flags: review?(mh+mozilla)
Comment 2•13 years ago
|
||
Comment on attachment 634995 [details] [diff] [review]
make double-including package-name.mk not break things
Review of attachment 634995 [details] [diff] [review]:
-----------------------------------------------------------------
Is that enough for the triple inclusion in the test package name?
Attachment #634995 -
Flags: review?(mh+mozilla) → review+
Assignee | ||
Comment 3•13 years ago
|
||
I just tested locally and this fixes the test package name issue.
http://hg.mozilla.org/integration/mozilla-inbound/rev/8f91afcac737
Status: NEW → ASSIGNED
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla16
Comment 5•13 years ago
|
||
Comment on attachment 634995 [details] [diff] [review]
make double-including package-name.mk not break things
[Approval Request Comment]
Bug caused by (feature/regressing bug #):
User impact if declined: packaging ARMv6 doesn't break
Testing completed (on m-c, etc.): landed on m-c when it was Fx16
Risk to taking this patch (and alternatives if risky):
String or UUID changes made by this patch:
Attachment #634995 -
Flags: approval-mozilla-beta?
Assignee | ||
Comment 6•13 years ago
|
||
This patch is very low-risk. It's simply a correctness fix in the build system that happened to be necessary to make another patch work properly.
Comment 7•13 years ago
|
||
Comment on attachment 634995 [details] [diff] [review]
make double-including package-name.mk not break things
build system fix, approving.
Attachment #634995 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
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
•