diff options
author | Mike Baker <mbm@openwrt.org> | 2006-07-20 17:20:17 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2006-07-20 17:20:17 +0000 |
commit | d2476185d746081d472624ec2f9529012ab17987 (patch) | |
tree | 1dae03f8b37d203307e6b7620f9571e902f58ca1 /Makefile | |
parent | b1b752968ac3e001cc8178e0aa88ea53b1ad0787 (diff) | |
download | upstream-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |