]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[build] Display commands for dependency generation when building with V=1
authorAnton D. Kachalov <mouse@yandex-team.ru>
Sun, 26 Aug 2012 23:24:23 +0000 (00:24 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sun, 26 Aug 2012 23:24:23 +0000 (00:24 +0100)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/Makefile.housekeeping

index 9cfb8a3ef50d95aa929487c684e22764535e5f06..1e05beba44b65315e7a21a119c33dafaafd29b53 100644 (file)
@@ -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