From 9228d1c066cf3a2cd01288bed3646e53638705b6 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 18 Jan 2017 14:27:04 +0100 Subject: build: introduce extra targets that contain only proper dependencies This can be used to check if targets like prepare or compile are up to date Signed-off-by: Felix Fietkau --- include/host-build.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/host-build.mk') diff --git a/include/host-build.mk b/include/host-build.mk index 0bd386781d..c38f8cfeb7 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -175,10 +175,10 @@ ifndef DUMP ) endif - host-prepare: $(HOST_STAMP_PREPARED) - host-configure: $(HOST_STAMP_CONFIGURED) - host-compile: $(HOST_STAMP_BUILT) $(if $(STAMP_BUILT),$(HOST_STAMP_INSTALLED)) - host-install: $(HOST_STAMP_INSTALLED) + .host-prepare: $(HOST_STAMP_PREPARED) + .host-configure: $(HOST_STAMP_CONFIGURED) + .host-compile: $(HOST_STAMP_BUILT) $(if $(STAMP_BUILT),$(HOST_STAMP_INSTALLED)) + .host-install: $(HOST_STAMP_INSTALLED) host-clean: FORCE $(call Host/Clean) $(call Host/Uninstall) -- cgit v1.2.3