summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJaideep Bajwa <bjaideep@ca.ibm.com>2016-11-01 02:53:37 -0400
committerMichael Dawson <michael_dawson@ca.ibm.com>2016-11-09 17:34:22 -0500
commit4aca347527fecab0a394cc39ffdf75c76c794fe5 (patch)
tree573c7a1c936eef4591ebaa44e3db3e0c93fc2f89 /Makefile
parentd548d28f516ffee5da30f645245069218a5833d0 (diff)
downloadandroid-node-v8-4aca347527fecab0a394cc39ffdf75c76c794fe5.tar.gz
android-node-v8-4aca347527fecab0a394cc39ffdf75c76c794fe5.tar.bz2
android-node-v8-4aca347527fecab0a394cc39ffdf75c76c794fe5.zip
v8: update make-v8.sh to use git
google build tool gclient doesn't support svn anymore. Updating v8 build script to use git instead. PR-URL: https://github.com/nodejs/node/pull/9393 Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1933195035..6296f91738 100644
--- a/Makefile
+++ b/Makefile
@@ -112,7 +112,7 @@ cctest: all
@out/$(BUILDTYPE)/$@
v8:
- tools/make-v8.sh v8
+ tools/make-v8.sh
$(MAKE) -C deps/v8 $(V8_ARCH).$(BUILDTYPE_LOWER) $(V8_BUILD_OPTIONS)
test: all