Michael Wu
669d3cb56e
Bug 556644 - 7. Bring universal binaries into the world of omnijar, r=ted a=blocking2.0
2010-08-12 21:30:59 -07:00
Benjamin Smedberg
a6c50c40f9
Bug 579178 part D - When unifying as sorted-matching, keep version A as the unified version, not the sorted version, r=ted
2010-08-05 10:11:39 -04:00
Benjamin Smedberg
b5d1f192d2
Unify should ensure that when a .manifest file is being compared, if the last line doesn't end with a newline, it should add one so that lines don't get munged together incorrectly. rs=ted
2010-06-29 19:19:23 -04:00
Josh Aas
34903a293f
Make flight.mk for universal binaries not specific to PPC/i386. b=411588 r=ted
2010-06-15 12:31:38 -04:00
Ted Mielczarek
ba889fe98f
bug 411588 - support 64-bit universal binaries on OSX. add a build/macosx/universal/mozconfig-64. r=josh
...
--HG--
rename : build/macosx/universal/mozconfig => build/macosx/universal/mozconfig.common
2010-03-18 10:22:54 -04:00
Smokey Ardisson
198cd4c58a
Bug 552028 - Teach flight.mk about Camino-with-toolkit.jar. r=ted. Camino-only, NPOTDB
2010-03-17 20:37:50 -04:00
Ted Mielczarek
47d43bb381
bug 551941 - fix 'unify' to recognize 64-bit Mach-O files. r=bsmedberg
...
--HG--
extra : rebase_source : 5b9ae5f47929f69d8c0627ed694b6c4354ca995e
2010-03-17 11:55:56 -04:00
Serge Gautherie
5e5a1c2817
Bug 501436 - move Gecko 1.9.3 tinderboxes and production builds to Mac OS X 10.5, 10.5 SDK, gcc-4.2; (Bv1) Fix comment too.
...
r=ted.mielczarek.
2010-03-03 11:12:28 +01:00
Benjamin Smedberg
74932b01fe
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
6732e3ac46
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
d5ed615fdd
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
fcec857885
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
670b62afa1
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
6f1bf78be2
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
f7b71f7247
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
8406de217a
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
6b94a20d67
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
b63af3e437
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
64d5240343
bug 403224 - build config fixes to build spidermonkey with icc. r=bsmedberg
2008-03-18 10:37:00 -07:00
joshmoz@gmail.com
cceeec65ed
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
f1e59567b8
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
96ad793f9d
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
dec57edae6
backout patch for bug 378463 due to bustage
2007-05-01 17:03:35 -07:00
ted.mielczarek@gmail.com
5881505662
bug 378463 - build time logic to extract debug symbols on OS X. r=mento
2007-05-01 16:33:00 -07:00
hg@mozilla.com
465265d0d4
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
2007-03-22 10:30:00 -07:00