summaryrefslogtreecommitdiffstats
path: root/src/Makefile.housekeeping
diff options
context:
space:
mode:
authorAnton D. Kachalov2012-08-27 01:24:23 +0200
committerMichael Brown2012-08-27 01:24:23 +0200
commit34a637f46f759a8fe9e3502f730636e4fbd74820 (patch)
tree05c2359ebdcf35d29f1cc8c660b7b35efaf1fd00 /src/Makefile.housekeeping
parent[tls] Disambiguate most error causes (diff)
downloadipxe-34a637f46f759a8fe9e3502f730636e4fbd74820.tar.gz
ipxe-34a637f46f759a8fe9e3502f730636e4fbd74820.tar.xz
ipxe-34a637f46f759a8fe9e3502f730636e4fbd74820.zip
[build] Display commands for dependency generation when building with V=1
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile.housekeeping')
-rw-r--r--src/Makefile.housekeeping2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping
index 9cfb8a3e..1e05beba 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