X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fverbose.mk;h=d26008019543e3635eb630ed741583bbef9d9312;hb=f003d732d726758f11f0c308758637c434c37c1a;hp=d34f55fc4867b8a5eb86f6b5daf2bf3f462264b0;hpb=a4c8d4e3779af3169825c48b6de782a3620304f7;p=openwrt%2Fstaging%2Fchunkeey.git diff --git a/include/verbose.mk b/include/verbose.mk index d34f55fc48..d260080195 100644 --- a/include/verbose.mk +++ b/include/verbose.mk @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2006 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -54,7 +54,7 @@ ifeq ($(findstring s,$(OPENWRT_VERBOSE)),) else SILENT:=>/dev/null $(if $(findstring w,$(OPENWRT_VERBOSE)),,2>&1) export QUIET:=1 - SUBMAKE=cmd() { $(SILENT) $(MAKE) -s $$* < /dev/null || { echo "make $$*: build failed. Please re-run make with V=s to see what's going on"; false; } } 8>&1 9>&2; cmd + SUBMAKE=cmd() { $(SILENT) $(MAKE) -s "$$@" < /dev/null || { echo "make $$*: build failed. Please re-run make with -j1 V=s or V=sc for a higher verbosity level to see what's going on"; false; } } 8>&1 9>&2; cmd endif .SILENT: $(MAKECMDGOALS)