aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2020-08-12 06:08:52 -0500
committerRob Landley <rob@landley.net>2020-08-12 06:08:52 -0500
commitb012ff9ed9cda1be1cf92c2f007df99ef15a4eec (patch)
tree3925d72251cce9f404dfdb3ee1dd375acf6488c7 /Makefile
parent32b8a54ca2c08d54447917c80a5a6311932004e5 (diff)
downloadtoybox-b012ff9ed9cda1be1cf92c2f007df99ef15a4eec.tar.gz
Don't mess with root_download in distclean.
Yeah, it means distclean doesn't delete _everything_, but in this case it's intentional, and "remove the empty directory but not if it has contents" isn't worth fighting with make's error reporting over.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4da90ded..f51d4642 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,6 @@ clean::
# If singlemake was in generated/ "make clean; make test_ls" wouldn't work.
distclean: clean root_clean
@rm -f toybox* .config* .singlemake
- @-rm root_download
@echo removed .config
tests: