Closed Bug 303681 Opened 19 years ago Closed 19 years ago

make 3.81beta3 fails in extensions/p3p

Categories

(Firefox Build System :: General, defect)

Other
OS/2
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: mozilla, Assigned: mozilla)

Details

Attachments

(1 file)

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.
This fixes the problem by inserting an extra space in front of each backslash
(the way it should be anyway).
Assignee: nobody → mozilla
Status: NEW → ASSIGNED
Attachment #191804 - Flags: review?(benjamin)
Attachment #191804 - Flags: review?(benjamin)
Attachment #191804 - Flags: review+
Attachment #191804 - Flags: approval1.8b4+
checked in.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: