Closed
Bug 303681
Opened 20 years ago
Closed 20 years ago
make 3.81beta3 fails in extensions/p3p
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mozilla, Assigned: mozilla)
Details
Attachments
(1 file)
1.21 KB,
patch
|
benjamin
:
review+
benjamin
:
approval1.8b4+
|
Details | Diff | Splinter Review |
The new beta of GNU make fails in extensions/p3p with this error:
d:/Tools/PerlPython/perl.exe -Im:/MComp/mozilla/config
m:/MComp/mozilla/config/preprocessor.pl
-DNAMESPACE=http://www.w3.org/2000/10/18/P3Pv1 \
-DHAS_TMPL_RETENTION\
m:/MComp/mozilla/extensions/p3p/resources/content/p3p.xsl.in > p3p200010.xsl
m:/MComp/mozilla/config/preprocessor.pl: invalid argument to -D:
HAS_TMPL_RETENTIONm:/MComp/mozilla/extensions/p3p/resources/content/p3p.xsl.in
make.exe[1]: *** [p3p200010.xsl] Error 255
make.exe[1]: *** Deleting file `p3p200010.xsl'
make.exe[1]: Leaving directory `m:/MComp/obj/extensions/p3p'
That is actually understandable as the Makefile only contains a tab but not a
space between HAS_TMPL_RETENTION and the filename.
Assignee | ||
Comment 1•20 years ago
|
||
This fixes the problem by inserting an extra space in front of each backslash
(the way it should be anyway).
Updated•20 years ago
|
Attachment #191804 -
Flags: review?(benjamin)
Attachment #191804 -
Flags: review+
Attachment #191804 -
Flags: approval1.8b4+
Comment 2•20 years ago
|
||
checked in.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
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
•