.:
authorTimothy Hatcher <timothy@apple.com>
Tue, 26 Feb 2008 21:54:07 +0000 (21:54 +0000)
committerTimothy Hatcher <timothy@apple.com>
Tue, 26 Feb 2008 21:54:07 +0000 (21:54 +0000)
commitfc8a18afa68d9bb2d35c89f5a5fc981db075bccd
tree6435986b499ddfd019f02b9d2f72c6494414a648
parentd8da6e13f175823d709e4f96f587810e9e7b7841
.:

        Reviewed by Darin Adler.

        Add "64" and "64u" make rules to allow easy building of 64-bit versions.

        make 64: will build Intel-only 64-bit.
        make 64u: will build 4-way universal for PPC and Intel.

        * Makefile:
        * Makefile.shared:

WebKitTools:

        Reviewed by Darin Adler.

        * Scripts/build-webkit: Add --universal and --64-bit flags to make building
        64-bit architectures easy. Combine the two flags to build 4-way universal.
        * Makefile: Add "64" and "64u" make rules. Fix the universal rule to return
        non-zero when the build failes.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@30597 268f45cc-cd09-0410-ab3c-d52691b4dbfc
ChangeLog
Makefile
Makefile.shared
WebKitTools/ChangeLog
WebKitTools/Makefile
WebKitTools/Scripts/build-webkit