diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-04-04 00:54:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-04 00:54:37 +0000 |
commit | d637ae2fc858f09c5f699fd935711ef6d36693f8 (patch) | |
tree | 8814e5d6010df49671e2096593d15964d675f38f /include | |
parent | c4b8294c2dda180b0dd2d85f689d9e2caa594161 (diff) | |
download | upstream-d637ae2fc858f09c5f699fd935711ef6d36693f8.tar.gz upstream-d637ae2fc858f09c5f699fd935711ef6d36693f8.tar.bz2 upstream-d637ae2fc858f09c5f699fd935711ef6d36693f8.zip |
make the build system a bit more silent without V=99
SVN-Revision: 26460
Diffstat (limited to 'include')
-rw-r--r-- | include/subdir.mk | 2 |
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)) |