mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 03:58:27 +02:00
add shell compatibility patch from #2659
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9643 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
99d53e81cb
commit
5779a7549f
@ -41,7 +41,7 @@ ifneq ($(KBUILD_VERBOSE),99)
|
||||
))
|
||||
else
|
||||
ifeq ($(KBUILD_VERBOSE),0)
|
||||
MAKE:=&>/dev/null $(MAKE)
|
||||
MAKE:=>/dev/null 2>&1 $(MAKE)
|
||||
endif
|
||||
export QUIET:=1
|
||||
MAKE:=cmd() { $(MAKE) -s $$* || { echo "make $$*: build failed. Please re-run make with V=99 to see what's going on"; false; } } 3>&1 4>&2; cmd
|
||||
|
Loading…
Reference in New Issue
Block a user