aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
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
commitd2476185d746081d472624ec2f9529012ab17987 (patch)
tree1dae03f8b37d203307e6b7620f9571e902f58ca1 /Makefile
parentb1b752968ac3e001cc8178e0aa88ea53b1ad0787 (diff)
downloadupstream-d2476185d746081d472624ec2f9529012ab17987.tar.gz
upstream-d2476185d746081d472624ec2f9529012ab17987.tar.bz2
upstream-d2476185d746081d472624ec2f9529012ab17987.zip
clean up console output
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4174 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 41cda0b866..37039e6ff9 100644
--- a/Makefile
+++ b/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: