Skip to content

Commit

Permalink
[build] Display commands for dependency generation when building with…
Browse files Browse the repository at this point in the history
… V=1

Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
Anton D. Kachalov authored and mcb30 committed Aug 26, 2012
1 parent 79300e2 commit 34a637f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.housekeeping
Expand Up @@ -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
Expand Down

0 comments on commit 34a637f

Please sign in to comment.