Closed
Bug 228421
Opened 22 years ago
Closed 22 years ago
mail/base/content/customizeToolbar.xul contains extraneous \r's
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla-bugzilla, Unassigned)
Details
Attachments
(1 file)
|
1.92 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.6b) Gecko/20031214 Firebird/0.7+
Build Identifier: Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.6b) Gecko/20031214 Firebird/0.7+
while building Thunderbird, config/preprocessor.pl complains about XP_MACOSX
being invalid in mail/base/content/customizeToolbar.xul. closer inspection
revealed that the offending line and some others have trailing \r's.
removing them results in a successful build.
perhaps preprocessor.pl could strip them out, but they should probably be removed.
Reproducible: Always
Steps to Reproduce:
1. gmake -f client.mk MOZ_THUNDERBIRD=1
2.
3.
Actual Results:
the build bombs calling preprocessor.pl on mail/base/content/customizeToolbar.xul
Expected Results:
build succeeds.
| Reporter | ||
Comment 1•22 years ago
|
||
| Reporter | ||
Comment 2•22 years ago
|
||
fixed in rev. 1.7 by scott macgregor.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•