new JavaScriptGlue location.
* Makefile: Told this to build JavaScriptGlue. Some day we might
want it to descend into Sources instead and use the Makefile there,
but there are problems with sequencing the project builds, so that
can wait.
* Sources/Makefile.shared: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@74644
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-12-24 Darin Adler <darin@apple.com>
+
+ Updated makefiles used by Apple engineers to fix build with the
+ new JavaScriptGlue location.
+
+ * Makefile: Told this to build JavaScriptGlue. Some day we might
+ want it to descend into Sources instead and use the Makefile there,
+ but there are problems with sequencing the project builds, so that
+ can wait.
+ * Sources/Makefile.shared: Added.
+
2010-12-24 Ryuan Choi <ryuan.choi@samsung.com>
Reviewed by Kenneth Rohde Christiansen.
-MODULES = JavaScriptCore ANGLE WebCore WebKit WebKit2 Tools
+MODULES = JavaScriptCore Sources/JavaScriptGlue ANGLE WebCore WebKit WebKit2 Tools
all:
@for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \
--- /dev/null
+SCRIPTS_PATH ?= ../../Tools/Scripts
+include ../../Makefile.shared