Closed
Bug 401009
Opened 18 years ago
Closed 18 years ago
Kill DeploymentSymbols
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Camino1.6
People
(Reporter: mark, Assigned: mark)
Details
(Keywords: fixed1.8.1.12)
Attachments
(2 files)
|
5.30 KB,
patch
|
mark
:
superreview+
|
Details | Diff | Splinter Review |
|
5.30 KB,
patch
|
mark
:
superreview+
|
Details | Diff | Splinter Review |
We should get rid of DeploymentSymbols on the trunk and 1.8 branch (Camino 1.6). This build configuration was used in the really old days to get release builds with -g, to provide something useful for Talkback to chew on. An environment variable, CHIMERA_OPT_SYMBOLS, was set by the release build script to influence this behavior. In modern times, our builds are produced by tinderbox, and we push the -g in from the build system (ultimately from mozconfig) like normal people. DeploymentSymbols is no longer used.
This bug involves dropping the DeploymentSymbols configuration from Camino.xcodeproj. On the 1.8 branch, we can also take the CHIMERA_OPT_SYMBOLS out of camino/Makefile.in. (It's already gone on the trunk.)
| Assignee | ||
Updated•18 years ago
|
Hardware: PC → All
| Assignee | ||
Comment 1•18 years ago
|
||
Killed on the trunk and MOZILLA_1_8_BRANCH for 1.6b1.
Status: NEW → RESOLVED
Closed: 18 years ago
Flags: camino1.6b1+
Keywords: fixed1.8.1.12
Resolution: --- → FIXED
Target Milestone: --- → Camino1.6
Both trunk and branch still have "ReleaseSymbols.xcconfig" files in their projects (and in camino/config); don't those belong to the dead DeploymentSymbols?
| Assignee | ||
Comment 3•18 years ago
|
||
Yes, we should remove the file refs from the projects and cvs remove the files.
Removes the last vestiges of ReleaseSymbols.
Attachment #294459 -
Flags: superreview?
Attachment #294460 -
Flags: superreview?(mark)
Comment on attachment 294459 [details] [diff] [review]
trunk cleanup patch
I have to come up with a new unique match for you ;)
Attachment #294459 -
Flags: superreview? → superreview?(mark)
| Assignee | ||
Updated•18 years ago
|
Attachment #294459 -
Flags: superreview?(mark) → superreview+
| Assignee | ||
Updated•18 years ago
|
Attachment #294460 -
Flags: superreview?(mark) → superreview+
Last, last vestiges of the pre-Tinderbox era removed from trunk and MOZILLA_1_8_BRANCH.
You need to log in
before you can comment on or make changes to this bug.
Description
•