diff options
author | Rob Landley <rob@landley.net> | 2019-10-11 12:28:05 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-10-11 12:37:27 -0500 |
commit | 35666e7336d7f2918283d518bc7c05e6d5f7fd0c (patch) | |
tree | 1535462e3598effb01c95278a132f92ad5e4ca6c /Makefile | |
parent | 8d59da7210d3afcc3566218c2a1b49cb8c03f2d3 (diff) | |
download | toybox-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...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |