summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cf24c7b..cc230be 100644
--- a/Makefile
+++ b/Makefile
@@ -135,9 +135,10 @@ help:
@echo " -----------"
@echo "make clean: Remove all built files, but keep downloaded"
@echo " packages and host tools."
- @echo "make distclean: Same as clean, but remove all downloaded packages."
+ @echo "make distclean: Same as clean, but remove all downloaded packages,"
+ @echo " host tools and .config.old files."
@echo
distclean: clean
- $(Q)rm -rf dl/* src/eglibc* host-tools
+ $(Q)rm -rf dl/* src/eglibc* host-tools .config.old