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>
pull/8317/head
Michaël Zasso 2016-08-24 19:24:09 +02:00
parent 19c9567686
commit 98241f4f08
1 changed files with 0 additions and 1 deletions

View File

@ -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