Closed
Bug 304504
Opened 20 years ago
Closed 20 years ago
MOZCONFIG_MODULES duplicates entries
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bryner, Assigned: bryner)
Details
(Keywords: fixed1.8)
Attachments
(1 file, 1 obsolete file)
659 bytes,
patch
|
benjamin
:
review+
benjamin
:
approval1.8b4+
|
Details | Diff | Splinter Review |
MOZCONFIG_MODULES in client.mk duplicates all of the modules/directories
assigned to it.
Assignee | ||
Comment 1•20 years ago
|
||
Attachment #192548 -
Flags: review?(benjamin)
Comment 2•20 years ago
|
||
Was this caused by bug 304505? I don't understand why we're changing the
assignment mode or not-appending to mozconfig-modules.
Assignee | ||
Comment 3•20 years ago
|
||
I noticed this problem when trying to pull minimo from the 1.8 branch... the
line as-is in client.mk doesn't make much sense to me. The point of the
$(sort), as commented in the file, is to remove duplicates, but instead we're
duplicating every item in MOZCONFIG_MODULES.
Comment 4•20 years ago
|
||
Attachment #192548 -
Flags: review?(benjamin) → review-
Assignee | ||
Comment 5•20 years ago
|
||
We should take both patches... this line as it is serves no useful purpose.
Comment 6•20 years ago
|
||
Are you sure you didn't mean to patch line 347? That's the call to $(sort),
which would make a lot more sense.
Assignee | ||
Comment 7•20 years ago
|
||
Hah, you're right, that is what I meant to patch. I think I misapplied this
when I moved my patch over to the trunk.
Assignee | ||
Comment 8•20 years ago
|
||
This is what I meant to do, and what I actually verified fixed the minimo
problem on the 1.8 branch. I just messed up when I manually applied the patch
to the trunk.
Attachment #192548 -
Attachment is obsolete: true
Attachment #192903 -
Flags: review?(benjamin)
Comment 9•20 years ago
|
||
Comment on attachment 192903 [details] [diff] [review]
real patch
Much better ;-)
Attachment #192903 -
Flags: review?(benjamin)
Attachment #192903 -
Flags: review+
Attachment #192903 -
Flags: approval1.8b4+
Assignee | ||
Comment 10•20 years ago
|
||
checked in on trunk and branch
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
•