Skip to content

Commit

Permalink
build: do not clean V8 gtest directory
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
targos committed Sep 22, 2016
1 parent 19c9567 commit 98241f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 98241f4

Please sign in to comment.