X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=include%2Fsubdir.mk;h=a097db2b1dafa7bc346d7527a356459e75f06a9c;hp=d079be118ed42f3b8050ec3b68577e03e0afedb7;hb=881427bbcf590bccb92c09638d61a1c6956caf25;hpb=0cc2b499fe155ac56fa0a5daea57ed4b09181e15 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))