From 11f69dee6577b9e739b4985430d8fd6fb8c51956 Mon Sep 17 00:00:00 2001 From: AlexPeshkoff Date: Thu, 1 Jul 2021 15:34:13 +0300 Subject: [PATCH] Avoid any files in gen after 'make clean_all' --- builds/posix/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/builds/posix/Makefile.in b/builds/posix/Makefile.in index 2c993f389f..9b3e0fa18d 100644 --- a/builds/posix/Makefile.in +++ b/builds/posix/Makefile.in @@ -796,6 +796,8 @@ clean_build: clean_makefiles: $(RM) $(GEN_ROOT)/Make* $(RM) $(GEN_ROOT)/make* + -$(RM) $(GEN_ROOT)/darwin.defaults + -$(RM) $(GEN_ROOT)/vers.sh $(RM) `find $(GEN_ROOT)/install \( -type f -o -type l \) -print` -$(RM) $(GEN_ROOT)/examples/Make* $(RM) $(ROOT)/Makefile