From effb6b60eb179c6b7b78ba30e20fd819a3b5bba9 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 28 Oct 2009 13:43:57 +0000 Subject: BUILD: Reduce build overhead by marking *.d and *.mk files as .PHONY, thus preventing Make from futile searches for rule to rebuild those files svn-id: r45462 --- Makefile.common | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 72fe3c7510..7f6c3c4082 100644 --- a/Makefile.common +++ b/Makefile.common @@ -134,6 +134,8 @@ endif # Include the dependency tracking files. -include $(wildcard $(addsuffix /*.d,$(DEPDIRS))) +.PHONY: $(wildcard $(addsuffix /*.d,$(DEPDIRS))) $(addprefix $(srcdir)/, $(addsuffix /module.mk,$(MODULES))) \ + $(srcdir)/$(port_mk) $(srcdir)/rules.mk $(srcdir)/engines/engines.mk ###################################################################### # Get the current version information -- cgit v1.2.3