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 8b9421d883ff8c098be747044c78cebf396c1531..325a398dc62f3ff86e58d872e93559ad711f3679 100644
(file)
--- a/
Makefile.shared
+++ b/
Makefile.shared
@@
-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)