From d637ae2fc858f09c5f699fd935711ef6d36693f8 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 4 Apr 2011 00:54:37 +0000 Subject: make the build system a bit more silent without V=99 SVN-Revision: 26460 --- include/subdir.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/subdir.mk') diff --git a/include/subdir.mk b/include/subdir.mk index d079be118e..a097db2b1d 100644 --- a/include/subdir.mk +++ b/include/subdir.mk @@ -59,7 +59,7 @@ define stampfile $(1)/stamp-$(3):=$(if $(6),$(6),$(STAGING_DIR))/stamp/.$(2)_$(3)$(if $(5),_$(call confvar,$(5))) $$($(1)/stamp-$(3)): $(TMP_DIR)/.build $(4) @+$(SCRIPT_DIR)/timestamp.pl -n $$($(1)/stamp-$(3)) $(1) $(4) || \ - $(MAKE) $$($(1)/flags-$(3)) $(1)/$(3) + $(MAKE) $(if $(QUIET),--no-print-directory) $$($(1)/flags-$(3)) $(1)/$(3) @mkdir -p $$$$(dirname $$($(1)/stamp-$(3))) @touch $$($(1)/stamp-$(3)) -- cgit v1.2.3