aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-07-20 17:20:17 +0000
committerMike Baker <mbm@openwrt.org>2006-07-20 17:20:17 +0000
commitdf014ed12d26ef76c5f241fbc2743a1715eb1b39 (patch)
tree602e2fb59c37957a05b935de854c3fea470368ba
parent42933dcf13bd8ff09ea4b2925ae05d3edcd5f671 (diff)
downloadupstream-df014ed12d26ef76c5f241fbc2743a1715eb1b39.tar.gz
upstream-df014ed12d26ef76c5f241fbc2743a1715eb1b39.tar.bz2
upstream-df014ed12d26ef76c5f241fbc2743a1715eb1b39.zip
clean up console output
SVN-Revision: 4174
-rw-r--r--openwrt/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile
index 41cda0b866..37039e6ff9 100644
--- a/openwrt/Makefile
+++ b/openwrt/Makefile
@@ -115,5 +115,7 @@ dirclean: clean
distclean: dirclean config-clean
rm -rf dl .*config* .pkg* .prereq
+
+.SILENT: clean dirclean distclean config-clean
.PHONY: FORCE
FORCE: