Closed
Bug 780612
Opened 13 years ago
Closed 13 years ago
Add a "graylist" of characters to Pymake
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla17
People
(Reporter: rain1, Assigned: rain1)
References
Details
Attachments
(1 file)
3.69 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
Pymake errors out on native command lines like $(TOUCH) "(foo)" and %cl ... -I"C:/Program Files (x86)/..." when it shouldn't. Since I have no interest in writing a full-fledged shell parser, this is the solution I came up with instead.
Attachment #649267 -
Flags: review?(khuey)
Attachment #649267 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 1•13 years ago
|
||
Assignee | ||
Comment 2•13 years ago
|
||
Committed to the pymake repository as well:
http://hg.mozilla.org/users/bsmedberg_mozilla.com/pymake/rev/7d221562bc4a
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
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
•