★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/76927fc734Nouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files

build: stop distclean from deleting v8 files

Stop `make distclean` from deleting files in the `deps/v8/testing/gmock`
folder, thus avoiding deleting version-controlled files important for
v8.

Fixes: #21163

PR-URL: #21164
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
  • Loading branch information...
ryzokuken authored and targos committed Jun 6, 2018
1 parent 4d782c4 commit 76927fc734822533c7ff64d2e49c600615d931f0
Showing with 0 additions and 1 deletion.
  1. +0 −1 Makefile
@@ -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

0 comments on commit 76927fc

Please sign in to comment.
You can’t perform that action at this time.