summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJaideep Bajwa <bjaideep@ca.ibm.com>2016-11-01 02:53:37 -0400
committerMyles Borins <myles.borins@gmail.com>2016-11-10 17:53:29 -0500
commit7dc875c08aa574b30b2bff0e315f40b60acb5b43 (patch)
treefb6379c9e3f80a87fc41f4fda309ac6ce395eba7 /Makefile
parent8b85d471124ee1702bcf5692756a782e08e26d2c (diff)
downloadnode-new-7dc875c08aa574b30b2bff0e315f40b60acb5b43.tar.gz
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 0773088c5d..a447d06e1c 100644
--- a/Makefile
+++ b/Makefile
@@ -113,7 +113,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