mirror of https://github.com/hak5/openwrt.git
parent
85ad2a43a0
commit
40840d495f
|
@ -41,7 +41,7 @@ ifneq ($(KBUILD_VERBOSE),99)
|
||||||
))
|
))
|
||||||
else
|
else
|
||||||
ifeq ($(KBUILD_VERBOSE),0)
|
ifeq ($(KBUILD_VERBOSE),0)
|
||||||
MAKE:=&>/dev/null $(MAKE)
|
MAKE:=>/dev/null 2>&1 $(MAKE)
|
||||||
endif
|
endif
|
||||||
export QUIET:=1
|
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
|
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