Closed
Bug 492089
Opened 16 years ago
Closed 16 years ago
default Mac OS X minimum deployment target for 64-bit builds should be 10.5
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: jaas, Assigned: jaas)
References
Details
Attachments
(2 files, 2 obsolete files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Callek
:
review+
|
Details | Diff | Splinter Review |
The default Mac OS X minimum deployment target for 64-bit builds should be 10.5, not 10.4.
accidentally included some other changes in the first patch
Attachment #376459 -
Attachment is obsolete: true
Attachment #376460 -
Flags: review?(ted.mielczarek)
Comment 3•16 years ago
|
||
Comment on attachment 376460 [details] [diff] [review]
fix v1.1
+ case "$target" in
+ *64*)
I'd prefer if you were more explicit and used:
case "$target_cpu" in
x86_64)
Attachment #376460 -
Flags: review?(ted.mielczarek) → review+
Attachment #376460 -
Attachment is obsolete: true
pushed to mozilla-central
http://hg.mozilla.org/mozilla-central/rev/4f03840f6bde
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Flags: in-testsuite-
Target Milestone: --- → mozilla1.9.2a1
Comment 6•15 years ago
|
||
This was ignored in bug 516858 :-/
Attachment #427531 -
Flags: review?(bugspam.Callek)
Updated•15 years ago
|
Attachment #427531 -
Flags: review?(bugspam.Callek) → review+
Comment 7•15 years ago
|
||
Comment on attachment 427531 [details] [diff] [review]
(Bv1) Copy it to comm-central
[Checkin: Comment 7]
http://hg.mozilla.org/comm-central/rev/abeef2125f34
Attachment #427531 -
Attachment description: (Bv1) Copy it to comm-central → (Bv1) Copy it to comm-central
[Checkin: Comment 7]
Updated•15 years ago
|
Blocks: C192ConfSync
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
•