add shell compatibility patch from #2659

SVN-Revision: 9643
This commit is contained in:
Felix Fietkau 2007-11-30 21:58:18 +00:00
parent 85ad2a43a0
commit 40840d495f
1 changed files with 1 additions and 1 deletions

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