Skip to content

Commit 268c8c1

Browse files
Renegade334targos
authored andcommitted
tools: remove config.status under make distclean
PR-URL: #58603 Refs: #21371 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 1cc77c7 commit 268c8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ testclean: ## Remove test artifacts.
220220
distclean: ## Remove all build and test artifacts.
221221
$(RM) -r out
222222
$(RM) config.gypi icu_config.gypi
223-
$(RM) config.mk
223+
$(RM) config.mk config.status
224224
$(RM) -r $(NODE_EXE) $(NODE_G_EXE)
225225
$(RM) -r node_modules
226226
$(RM) -r deps/icu

0 commit comments

Comments
 (0)