diff options
author | Jaideep Bajwa <bjaideep@ca.ibm.com> | 2016-11-01 02:53:37 -0400 |
---|---|---|
committer | Myles Borins <myles.borins@gmail.com> | 2016-11-10 17:53:29 -0500 |
commit | 7dc875c08aa574b30b2bff0e315f40b60acb5b43 (patch) | |
tree | fb6379c9e3f80a87fc41f4fda309ac6ce395eba7 /Makefile | |
parent | 8b85d471124ee1702bcf5692756a782e08e26d2c (diff) | |
download | node-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |