git://git.webkit.org
/
WebKit-https.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43d1c73
)
Build JavaScriptGlue.
author
darin
<darin@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 19 Jan 2006 18:57:26 +0000
(18:57 +0000)
committer
darin
<darin@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 19 Jan 2006 18:57:26 +0000
(18:57 +0000)
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@12238
268f45cc
-cd09-0410-ab3c-
d52691b4dbfc
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 47fdcf8b84e3af707b0cc758b4fb8c9b8f471d68..bb2a521abf95bbb32d5bac018dc9bf7a8cfc1955 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,4
+1,4
@@
-MODULES = JavaScriptCore WebCore WebKit
+MODULES = JavaScriptCore
JavaScriptGlue
WebCore WebKit
all:
@for dir in $(MODULES); do ${MAKE} $@ -C $$dir; if [ $$? -ne 0 ]; then break; fi; done