Closed
Bug 758484
Opened 14 years ago
Closed 14 years ago
correct comment syntax for mapfile
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla15
People
(Reporter: ginnchen+exoracle, Assigned: ginnchen+exoracle)
References
Details
Attachments
(1 file)
|
1.14 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
the mapfile use # for comments, not /* */
Updated•14 years ago
|
Attachment #627070 -
Flags: review? → review+
Comment 3•14 years ago
|
||
Thank you. But intl/uconv/ucvja/japanese.map uses /* */ and //. Is this just an unfortunate clash of filetypes under the same extension?
There are only four .map files in m-c:
./js/src/config/solaris_ia32.map
./intl/uconv/ucvja/japanese.map
./config/solaris_ia32.map
./security/nss/tests/libpkix/cert_trust.map
Gerv
https://hg.mozilla.org/integration/mozilla-inbound/rev/a09580f17723
Only solaris_ia32.map are ld map files.
Comment 5•14 years ago
|
||
Please can you set the milestone when landing on inbound. Thanks :-)
https://hg.mozilla.org/mozilla-central/rev/a09580f17723
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla15
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•