From d437db641d27a03bbd2b43f0978b8dc8cce5d0cc Mon Sep 17 00:00:00 2001 From: Renegade334 Date: Fri, 6 Jun 2025 16:34:54 +0100 Subject: [PATCH] tools: remove config.status under `make distclean` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b1f07c7c3a0158..e81ddec9e40499 100644 --- a/Makefile +++ b/Makefile @@ -220,7 +220,7 @@ testclean: ## Remove test artifacts. distclean: ## Remove all build and test artifacts. $(RM) -r out $(RM) config.gypi icu_config.gypi - $(RM) config.mk + $(RM) config.mk config.status $(RM) -r $(NODE_EXE) $(NODE_G_EXE) $(RM) -r node_modules $(RM) -r deps/icu