aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2019-10-11 12:28:05 -0500
committerRob Landley <rob@landley.net>2019-10-11 12:37:27 -0500
commit35666e7336d7f2918283d518bc7c05e6d5f7fd0c (patch)
tree1535462e3598effb01c95278a132f92ad5e4ca6c
parent8d59da7210d3afcc3566218c2a1b49cb8c03f2d3 (diff)
downloadtoybox-35666e7336d7f2918283d518bc7c05e6d5f7fd0c.tar.gz
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...
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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.