summaryrefslogtreecommitdiffstats
path: root/include/subdir.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-04-04 00:54:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-04-04 00:54:37 +0000
commitd637ae2fc858f09c5f699fd935711ef6d36693f8 (patch)
tree8814e5d6010df49671e2096593d15964d675f38f /include/subdir.mk
parentc4b8294c2dda180b0dd2d85f689d9e2caa594161 (diff)
downloadmaster-31e0f0ae-d637ae2fc858f09c5f699fd935711ef6d36693f8.tar.gz
master-31e0f0ae-d637ae2fc858f09c5f699fd935711ef6d36693f8.tar.bz2
master-31e0f0ae-d637ae2fc858f09c5f699fd935711ef6d36693f8.zip
make the build system a bit more silent without V=99
SVN-Revision: 26460
Diffstat (limited to 'include/subdir.mk')
-rw-r--r--include/subdir.mk2
1 files changed, 1 insertions, 1 deletions
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))