clean up console output even more
[openwrt-10.03/.git] / Makefile
index 25f60e1e545d24c66271e0cdc6c01872ec4c18bf..27526d09a85b140b65d35f411b1641783af26c89 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -113,7 +113,9 @@ dirclean: clean
        rm -rf staging_dir_* toolchain_build_*
 
 distclean: dirclean config-clean
-       rm -rf dl .*config* .pkg*
+       rm -rf dl .*config* .pkg* .prereq
 
+
+.SILENT: clean dirclean distclean config-clean download world
 .PHONY: FORCE
 FORCE: