From 35666e7336d7f2918283d518bc7c05e6d5f7fd0c Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 11 Oct 2019 12:28:05 -0500 Subject: Tweak clean to delete "scripts/cross.sh all" logs. These really should go in generated, but generated should be $GENERATED and I need to find a way to set that so Makefile and scripts/make.sh can use it from the same source. Right now cross.sh isn't sourcing .configure and I don't really want to add it for this, so... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 316df2f8..69d24870 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ root_clean: @echo root cleaned clean:: - @rm -rf toybox generated change .singleconfig* + @rm -rf toybox generated change .singleconfig* cross-log-*.* @echo cleaned # If singlemake was in generated/ "make clean; make test_ls" wouldn't work. -- cgit v1.2.3