Closed
Bug 714347
Opened 13 years ago
Closed 13 years ago
pymake: $(sort) should remove duplicates
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla12
People
(Reporter: ted, Assigned: ted)
References
()
Details
(Whiteboard: fixed-in-bs)
Attachments
(1 file)
1.36 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
The GNU Make manual says:
"$(sort list)
Sorts the words of list in lexical order, removing duplicate words. The output is a list of words separated by single spaces."
Assignee | ||
Comment 1•13 years ago
|
||
Pretty simple patch, all tests pass with this applied.
Attachment #585034 -
Flags: review?(khuey)
Attachment #585034 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 2•13 years ago
|
||
http://hg.mozilla.org/users/bsmedberg_mozilla.com/pymake/rev/0fdfecdb0567
I'll push to b-s soon.
Assignee | ||
Comment 3•13 years ago
|
||
Whiteboard: fixed-in-bs
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla12
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
•