mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 21:27:31 +02:00
clean up console output
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4130 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
bbeb64c6e9
commit
785609e573
8
Makefile
8
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
|
||||
|
Loading…
Reference in New Issue
Block a user