Skip to content

Commit 98241f4

Browse files
committed
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: nodejs#8317 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]>
1 parent 19c9567 commit 98241f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ distclean:
108108
-rm -rf deps/icu4c*.tgz deps/icu4c*.zip deps/icu-tmp
109109
-rm -f $(BINARYTAR).* $(TARBALL).*
110110
-rm -rf deps/v8/testing/gmock
111-
-rm -rf deps/v8/testing/gtest
112111

113112
check: test
114113

0 commit comments

Comments
 (0)