Closed
Bug 264498
Opened 21 years ago
Closed 21 years ago
target "installers-ab-CD" in browser/locales/Makefile.in does not work right on MacOS X
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: MMx, Assigned: benjamin)
Details
(Keywords: l12y)
Attachments
(1 file)
6.81 KB,
text/plain
|
Details |
I found another bug in the Makefile.in that prevents the creation of localized
Firefox builds for MacOS X.
Problem is:
Windows and Linux package from dist/bin/, but MacOS packages dist/Firefox.app.
This directory does not get updated for the different locales.
Steps we need:
1. clean dist/firefox/, this gets recreated when calling "make -C browser/installer"
2. clean dist/Firefox.app/Contents/MacOS/chrome/
3. clean dist/Firefox.app/Contents/MacOS/searchplugins/
4. remove dist/Firefox.app/Contents/MacOS/defaults/firefox.js
then, after building the new jars, sync the dirs/files of steps 2-4 with the
according dirs/files in dist/bin
That should be it - I'll attach a patch for review after I tested it.
Reporter | ||
Comment 1•21 years ago
|
||
P.S.: see the logs of maya tinderbox - no matter what language it builds, always
en-US is packaged.
P.P.S.: sorry for the bugspam
Reporter | ||
Comment 2•21 years ago
|
||
This updated Makefile.in includes the patch of bug 257463.
bsmedberg, should I create a seperate patch or one that does include the one
for bug 257463?
Reporter | ||
Comment 3•21 years ago
|
||
This should be fixed now with the patch of bug 257463.
I tested it on my machine and it works fine, lets see how the official nighties
turn out.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•