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]
/
WebKitTools
/
Makefile.shared
diff --git
a/WebKitTools/Makefile.shared
b/WebKitTools/Makefile.shared
index 12fda5331c993247692e02bff61003c0b7e44d0e..0f8c148dbc0cf5ba46b7e8ca9644613f203e878b 100644
(file)
--- a/
WebKitTools/Makefile.shared
+++ b/
WebKitTools/Makefile.shared
@@
-11,6
+11,9
@@
release r deployment dep deploy: force
../Scripts/set-webkit-configuration --release
xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS)
../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)