mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:59:40 +02:00
minor changes
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4096 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3606a6b3ad
commit
bc1c3a84e0
@ -27,7 +27,7 @@ ifneq ($(KBUILD_VERBOSE),99)
|
||||
ifeq ($(KBUILD_VERBOSE),0)
|
||||
MAKE:=&>/dev/null $(MAKE)
|
||||
endif
|
||||
MAKE:=3>&1 4>&2 $(MAKE)
|
||||
MAKE:=cmd() { $(MAKE) $$* || { echo "Build failed. Please re-run make with V=99 to see what's going on"; /bin/false; } } 3>&1 4>&2; cmd
|
||||
endif
|
||||
|
||||
.SILENT: $(MAKECMDGOALS)
|
||||
|
Loading…
Reference in New Issue
Block a user