Skip to content
Snippets Groups Projects
Commit 40840d49 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

add shell compatibility patch from #2659

SVN-Revision: 9643
parent 85ad2a43
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment