Benjamin Smedberg
1ead4f5856
Bug 519357 - Only load known binary components from the app directory by reading a components.list file, r=vlad
2009-11-05 09:08:49 -05:00
Ted Mielczarek
cca6da95a5
bug 526668 - add option to 'unify' to allow files to match if their sorted contents match. r=bsmedberg
2009-11-05 09:04:49 -05:00
Ted Mielczarek
d73c55c6ca
bug 518641 followup, don't try to copy files around if the test-package directories don't exist.
...
--HG--
extra : rebase_source : baa18363c47218f4020b19c9782155c9aae27992
2009-10-01 18:07:52 -04:00
Nick Thomas
fbbae053a0
Bug 518641 followup, delete unified test-package directory (resolves bustage the 2nd time a build slave packages tests)
2009-10-01 17:21:51 +13:00
Ted Mielczarek
735e15be83
bug 518641 - "make package-tests" doesn't work right on OS X universal builds. r=bsmedberg
...
This patch causes us to build archictecture-specific test packages in the
OS X universal build postflight makefile, and unifies them into a universal
test-package (containing the same test files, but universal binaries), and
then special-cases the "package-tests" target to use that pre-generated
test package in the universal build case.
--HG--
extra : rebase_source : 41d1f3fe887a2dbdee3ad560ab46bcb261883690
2009-09-29 08:31:50 -04:00
Ted Mielczarek
555cf95f52
bug 518641 - fix the "unify" script to properly handle Java .class files. r=bsmedberg
...
Java .class files and Mach-O fat binaries use the same 4-byte magic
number at the start of the file. 'unify' uses the magic number to detect
Mach-O binaries, so it chokes on Java .class files. This change makes us
use the same heuristic as file(1), which is to check the second 4 bytes
in the file. Java class files put a version number there, and Mach-O
fat binaries put the number of contained architectures there. Conveniently,
Mach defines only 18 architectures, and Java's lowest shipping version
number is 43, so there's no overlap in valid values.
--HG--
extra : rebase_source : 84f5382bca6fa4bde721686f029514a41dfaf6b4
2009-09-29 08:31:50 -04:00
Josh Aas
8ebbb5dc03
Use gcc-4.2 and the 10.5 SDK by default in Gecko 1.9.3. Gecko 1.9.3 builds will no longer run on Mac OS X 10.4. b=501436 r=ted
2009-09-15 13:11:24 -04:00
dtownsend@oxymoronical.com
b74bebb3b2
Bug 410637: Mac UB XULRunner SDK packages have empty bin directory. r=bsmedberg, a=beltzner
2008-04-10 07:50:48 -07:00
benjamin@smedbergs.us
1e36b02682
Bug 426771 - The previous checkin happened before full testing, and there was an important typo ;-)
2008-04-07 09:38:33 -07:00
reed@reedloden.com
7e858d18c7
Bug 426771 - "Export cross tool variables in universal mozconfig" [p=benjamin@smedbergs.us (Benjamin Smedberg [bsmedberg]) r=luser/ted a1.9=beltzner]
2008-04-04 01:54:05 -07:00
ted.mielczarek@gmail.com
2d52e5f066
bug 403224 - build config fixes to build spidermonkey with icc. r=bsmedberg
2008-03-18 10:37:00 -07:00
joshmoz@gmail.com
dce32c7e6e
use gcc 4 on PPC Mac OS X (we already use gcc 4 on Intel), use 10.4 SDK on all tinderboxes, Mac OS X 10.4 is the new minimum system requirement for Gecko 1.9. b=385221 r=mento r=luser
2007-07-17 11:10:59 -07:00
kairo@kairo.at
ca8d93cbad
fix MacOS X universal build bustage from bug 386903 by removing special-casing of suite to use xpinstall/packager (this has been fixed by bug 377953 for usual builds), r=bsmedberg
2007-07-09 11:24:29 -07:00
ted.mielczarek@gmail.com
9765a75414
bug 378463 - build time logic to extract debug symbols on OS X. r=mento. second try
2007-05-02 11:45:36 -07:00
sayrer@gmail.com
8176f127f7
backout patch for bug 378463 due to bustage
2007-05-01 17:03:35 -07:00
ted.mielczarek@gmail.com
ae41f120c1
bug 378463 - build time logic to extract debug symbols on OS X. r=mento
2007-05-01 16:33:00 -07:00
mark%moxienet.com
b04dd201e1
350660 Fix Camino universal bustage after bug 350211.
2006-08-30 04:46:57 +00:00
benjamin%smedbergs.us
4483dbcf59
Bug 304160 - XULRunner build process on mac requires a special setuid program to change ownership of files to root, r=chase/preed
2006-08-23 18:16:29 +00:00
vladimir%pobox.com
f2f3d7b34b
b=234999, bump MacOS X min version to 10.3 for PPC and use 10.3.9 sdk for ppc universal builds, r=mento
2006-08-22 23:06:20 +00:00
benjamin%smedbergs.us
cdbbc055df
Bug 345047 - Universal build fixup for XULRunner, r=mento
2006-08-18 20:34:56 +00:00
mark%moxienet.com
8110d3a381
330890 unify does not preserve the execute bit when copying non-Mach-O files. Strengthen unify's file mode management, and avoid a possible race if multiple unifies are pointed at the same target. r=preed
2006-03-18 14:31:17 +00:00
mark%moxienet.com
a4221c9605
327848 Universal taskmaster: drive the Mac universal binary build process entirely in-tree. r=bsmedberg
2006-02-21 21:03:48 +00:00
mark%moxienet.com
a37e91db76
324855 fix-buildconfig, a script to handle differences between about:buildconfig (buildconfig.html) in CPU-specific builds when merging into a universal binary. r=bsmedberg
2006-02-21 20:38:50 +00:00
mark%moxienet.com
a8569c5c90
324855 unify, a script to produce a universal binary .app from CPU-specific bits. r=josh r=bsmedberg
2006-02-21 20:37:50 +00:00