git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
2006-12-04 Don Gibson <dgibson77@gmail.com>
[WebKit-https.git]
/
Makefile.shared
diff --git
a/Makefile.shared
b/Makefile.shared
index 2fd9e7ff4277ba0933a6a83cd03741065567b97b..325a398dc62f3ff86e58d872e93559ad711f3679 100644
(file)
--- a/
Makefile.shared
+++ b/
Makefile.shared
@@
-1,4
+1,4
@@
-XCODE_OPTIONS = `perl -I../WebKitTools/Scripts -Mwebkitdirs -e 'print XcodeOptionString()'`
+XCODE_OPTIONS = `perl -I../WebKitTools/Scripts -Mwebkitdirs -e 'print XcodeOptionString()'`
$(ARGS)
all:
xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS)
all:
xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS)
@@
-11,6
+11,9
@@
release r deployment dep deploy: force
../WebKitTools/Scripts/set-webkit-configuration --release
xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS)
../WebKitTools/Scripts/set-webkit-configuration --release
xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS)
+universal u: force
+ xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS) 'ARCHS=ppc i386'
+
clean:
xcodebuild -alltargets clean $(XCODE_OPTIONS)
clean:
xcodebuild -alltargets clean $(XCODE_OPTIONS)