From a0ced5164a6180de55946565fb4a7237948c93bb Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 16 Apr 2015 12:18:26 +0000 Subject: build: tell users to do non-paralle builds on errors Signed-off-by: Felix Fietkau SVN-Revision: 45457 --- include/verbose.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/verbose.mk') diff --git a/include/verbose.mk b/include/verbose.mk index 90aab4c2f5..b7e43f7430 100644 --- a/include/verbose.mk +++ b/include/verbose.mk @@ -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 to see what's going on"; false; } } 8>&1 9>&2; cmd endif .SILENT: $(MAKECMDGOALS) -- cgit v1.2.3