Closed
Bug 737849
Opened 13 years ago
Closed 12 years ago
config/Preprocessor.py: add support for an --output argument
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla22
People
(Reporter: joey, Assigned: glandium)
References
Details
Attachments
(1 file)
|
5.47 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
mobile/xul/installer/Makefile.in
================================
echo $src > $f
rm -f $f
config/Preprocessor.py $src > $f
If config/Preprocessor.py were able to support a --output command line option that will exit with non-zero status when a file cannot be created. That may remove the need for a logic wrapper to test if a file can be written before calling Preprocessor.py. This logic was likely used to distinguish script failures from I/O failures.
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #720690 -
Flags: review?(ted)
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → mh+mozilla
Updated•12 years ago
|
Attachment #720690 -
Flags: review?(ted) → review+
| Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
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
•