From 4991339655cbe9baae1d7144331b850c21a6395f Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 24 Mar 2026 07:49:38 -0400 Subject: [PATCH] don't abort clean if target cross-compile directory isn't there --- sys/unix/Makefile.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/unix/Makefile.src b/sys/unix/Makefile.src index 81a6b72a6..a6fcb6e94 100644 --- a/sys/unix/Makefile.src +++ b/sys/unix/Makefile.src @@ -812,7 +812,7 @@ tags: $(CSOURCES) clean: -rm -f *.o $(HACK_H) $(CONFIG_H) -rm -f monstr.c vis_tab.c ../include/vis_tab.h #obsolete generated files - true; $(CLEANMORE) + -true; $(CLEANMORE) true; $(CLEAN_CC_RESPONSEFILE) $(CLEAN_CXX_RESPONSEFILE) spotless: clean