X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fverbose.mk;h=3ecf842d11831c968ece61cc2b5378afd26d35e4;hb=cc76e34c10e57cb1a4f7971268a77aad2f24c8ca;hp=b7e43f74300edbe54094641d157ff7f11b3bdd90;hpb=a0ced5164a6180de55946565fb4a7237948c93bb;p=openwrt%2Fopenwrt.git diff --git a/include/verbose.mk b/include/verbose.mk index b7e43f7430..3ecf842d11 100644 --- a/include/verbose.mk +++ b/include/verbose.mk @@ -1,9 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0-only # -# Copyright (C) 2006 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# +# Copyright (C) 2006-2020 OpenWrt.org ifndef OPENWRT_VERBOSE OPENWRT_VERBOSE:= @@ -54,7 +51,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 -j1 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)