Closed
Bug 299404
Opened 19 years ago
Closed 19 years ago
Can't build dmg of Firefox debug build on Mac
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mark, Assigned: mark)
Details
Attachments
(1 file)
|
729 bytes,
patch
|
jaas
:
review+
asa
:
approval1.8b4+
|
Details | Diff | Splinter Review |
It should be possible to "make -C browser/installer" to prepare a dmg for distribution. This isn't working for Firefox/DeerPark debug builds, because when configured for debug, the packager expects the application to be built as dist/$(APP_NAME)Debug.app. The build machinery in browser doesn't special-case debug builds, so you wind up with dist/DeerPark.app instead. Thunderbird and Seamonkey both contain the logic necessary to append Debug, and so should Firefox. It's not likely that debug builds will need to be packaged often, but there is a need for it right now. The packaged-up builds are stripped of debugging symbols, resulting in a 12MB dmg in the case of Firefox.
| Assignee | ||
Comment 1•19 years ago
|
||
Attachment #187976 -
Flags: superreview?(sfraser_bugs)
Attachment #187976 -
Flags: review?(joshmoz)
Attachment #187976 -
Flags: review?(joshmoz) → review+
| Assignee | ||
Updated•19 years ago
|
Attachment #187976 -
Flags: superreview?(sfraser_bugs) → approval1.8b4?
Updated•19 years ago
|
Attachment #187976 -
Flags: approval1.8b4? → approval1.8b4+
| Assignee | ||
Comment 2•19 years ago
|
||
In.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•6 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
•