From: Anton D. Kachalov Date: Sun, 26 Aug 2012 23:24:23 +0000 (+0100) Subject: [build] Display commands for dependency generation when building with V=1 X-Git-Tag: v1.20.1~1659 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34a637f46f759a8fe9e3502f730636e4fbd74820;p=thirdparty%2Fipxe.git [build] Display commands for dependency generation when building with V=1 Signed-off-by: Michael Brown --- diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index 9cfb8a3ef..1e05beba4 100644 --- a/src/Makefile.housekeeping +++ b/src/Makefile.housekeeping @@ -663,7 +663,7 @@ $(BIN)/clientcert.o : override CC := env CCACHE_DISABLE=1 $(CC) define deps_template @$(ECHO) " [DEPS] $(1)" @$(MKDIR) -p $(BIN)/deps/$(dir $(1)) - @$(CPP) $(CFLAGS) $(CFLAGS_$(2)) $(CFLAGS_$(3)) -DOBJECT=$(3) \ + $(Q)$(CPP) $(CFLAGS) $(CFLAGS_$(2)) $(CFLAGS_$(3)) -DOBJECT=$(3) \ -Wno-error -M $(1) -MG -MP | \ sed 's/\.o\s*:/_DEPS +=/' > $(BIN)/deps/$(1).d endef