1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-30 00:56:21 +03: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:
nbd 2007-11-30 21:58:18 +00:00
parent 99d53e81cb
commit 5779a7549f

View File

@ -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