Closed
Bug 298647
Opened 20 years ago
Closed 20 years ago
xcode might put build products in silly places
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mark, Assigned: mark)
References
Details
Attachments
(1 file)
979 bytes,
patch
|
jaas
:
review+
sfraser_bugs
:
superreview+
|
Details | Diff | Splinter Review |
Upon starting Xcode for the first time, the user is offered a choice of putting build products adjacent to the project in the "build" directory, or sticking them in some other far-off folder of the user's choosing. We expect build products to be in the former location, but at least one user reported build trouble which was traced to build products being stored in the outer Hebrides. If possible, we should handle this situation gracefully.
Assignee | ||
Comment 1•20 years ago
|
||
Needs SYMROOT=build in PBBUILD_SETTINGS. That takes care of that. Building in the Xcode UI will still result in products being placed in whatever nonstandard location the user asked for. That really only matters for Camino, but apparently, it didn't affect any Camino builders because they would have already complained that their Mozilla build was broken. It would be too much for the build system to try checking for the SYMROOT setting in the xcode plist.
Attachment #187184 -
Flags: superreview?(sfraser_bugs)
Attachment #187184 -
Flags: review?(joshmoz)
Attachment #187184 -
Flags: approval1.8b3?
Updated•20 years ago
|
Attachment #187184 -
Flags: superreview?(sfraser_bugs) → superreview+
Attachment #187184 -
Flags: review?(joshmoz) → review+
Updated•20 years ago
|
Attachment #187184 -
Flags: approval1.8b3? → approval1.8b3+
Assignee | ||
Comment 2•20 years ago
|
||
Checking in config/config.mk; /cvsroot/mozilla/config/config.mk,v <-- config.mk new revision: 3.328; previous revision: 3.327 done
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•19 years ago
|
||
*** Bug 285308 has been marked as a duplicate of this bug. ***
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•