summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-07-12 22:40:14 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-07-12 22:40:14 +0000
commit785609e573cf594b772c439d57e150da6dacc745 (patch)
treecfc96e5fc4bb04de8bae6351ff914817a7cd2605 /Makefile
parentbbeb64c6e9dd873211bb521f79907f3f16a184dc (diff)
clean up console output
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4130 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 5c218f155..5b966b752 100644
--- a/Makefile
+++ b/Makefile
@@ -41,16 +41,16 @@ ifneq ($(shell ./scripts/timestamp.pl -p .pkginfo package Makefile),.pkginfo)
endif
.config.in: .pkginfo
- ./scripts/gen_menuconfig.pl < $< > $@ || rm -f $@
+ @./scripts/gen_menuconfig.pl < $< > $@ || rm -f $@
pkginfo-clean: FORCE
-rm -f .pkginfo .config.in
./scripts/config/mconf: .config.in
- $(MAKE) -C scripts/config all
+ @$(MAKE) -C scripts/config all
./scripts/config/conf: .config.in
- $(MAKE) -C scripts/config conf
+ @$(MAKE) -C scripts/config conf
config: ./scripts/config/conf FORCE
$< Config.in
@@ -79,7 +79,7 @@ toolchain/%: FORCE
.config: ./scripts/config/conf FORCE
@[ -f .config ] || $(NO_TRACE_MAKE) menuconfig
- $< -D .config Config.in >/dev/null 2>/dev/null
+ @$< -D .config Config.in &> /dev/null
download: .config FORCE
$(MAKE) toolchain/download