From b311906abf6e6d8682b1873281ce02f945c1fa49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Wed, 24 Aug 2016 19:24:09 +0200 Subject: [PATCH] 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 Reviewed-By: Ali Ijaz Sheikh --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index e040a6553b782b..d6dd6a16251525 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