summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2016-08-24 19:24:09 +0200
committerMichaël Zasso <targos@protonmail.com>2016-09-22 09:55:46 +0200
commit98241f4f0877c449f1d25585b7b57620cee9c1b5 (patch)
treeb157ba5d0aee81aa4368537efd1a8acaf8f17991 /Makefile
parent19c9567686781b6cfd4d8b3908182d0df09c0d95 (diff)
downloadandroid-node-v8-98241f4f0877c449f1d25585b7b57620cee9c1b5.tar.gz
android-node-v8-98241f4f0877c449f1d25585b7b57620cee9c1b5.tar.bz2
android-node-v8-98241f4f0877c449f1d25585b7b57620cee9c1b5.zip
build: do not clean V8 gtest directory
There is a file in there required to build V8. The rest is being ignored by V8's .gitignore anyway. PR-URL: https://github.com/nodejs/node/pull/8317 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e040a6553b..d6dd6a1625 100644
--- a/Makefile
+++ b/Makefile
@@ -108,7 +108,6 @@ distclean:
-rm -rf deps/icu4c*.tgz deps/icu4c*.zip deps/icu-tmp
-rm -f $(BINARYTAR).* $(TARBALL).*
-rm -rf deps/v8/testing/gmock
- -rm -rf deps/v8/testing/gtest
check: test