From b012ff9ed9cda1be1cf92c2f007df99ef15a4eec Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 12 Aug 2020 06:08:52 -0500 Subject: 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. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3