Skip to content

Commit

Permalink
build: stop distclean from deleting v8 files
Browse files Browse the repository at this point in the history
Stop `make distclean` from deleting files in the `deps/v8/testing/gmock`
folder, thus avoiding deleting version-controlled files important for
v8.

Fixes: nodejs#21163
  • Loading branch information
ryzokuken committed Jun 6, 2018
1 parent aa08cf1 commit 9b5440a
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 @@ -131,7 +131,6 @@ distclean:
$(RM) -r deps/icu
$(RM) -r deps/icu4c*.tgz deps/icu4c*.zip deps/icu-tmp
$(RM) $(BINARYTAR).* $(TARBALL).*
$(RM) -r deps/v8/testing/gmock

.PHONY: check
check: test
Expand Down

0 comments on commit 9b5440a

Please sign in to comment.