Skip to content

Commit 76927fc

Browse files
ryzokukentargos
authored andcommitted
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 <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 4d782c4 commit 76927fc

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
@@ -131,7 +131,6 @@ distclean:
131131
$(RM) -r deps/icu
132132
$(RM) -r deps/icu4c*.tgz deps/icu4c*.zip deps/icu-tmp
133133
$(RM) $(BINARYTAR).* $(TARBALL).*
134-
$(RM) -r deps/v8/testing/gmock
135134

136135
.PHONY: check
137136
check: test

0 commit comments

Comments
 (0)