From b35358218ad7ea54afa14a6cfb49a0ba0fdc1394 Mon Sep 17 00:00:00 2001 From: Kevin Peterson Date: Thu, 31 Oct 2019 14:26:41 -0500 Subject: [PATCH] Added $(RELEASE_LOCAL) as a phony target so that it is rebuilt every time, even if changes are not needed. This is preferrably to a dependency rule on a specific release file, because there are many release files that could be used. --- modules/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/Makefile b/modules/Makefile index e246a467..fe0e2146 100644 --- a/modules/Makefile +++ b/modules/Makefile @@ -56,6 +56,7 @@ RELEASE_LOCAL := RELEASE.$(EPICS_HOST_ARCH).local all host $(DIRS) $(ARCHS) $(ACTIONS) $(dirActionTargets) $(dirArchTargets) \ $(dirActionArchTargets) $(actionArchTargets): | $(RELEASE_LOCAL) +.PHONY: $(RELEASE_LOCAL) $(RELEASE_LOCAL): $(ECHO) Creating $@, MOTOR = $(INSTALL_LOCATION_ABS) @echo MOTOR = $(INSTALL_LOCATION_ABS)> $@