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.

This commit is contained in:
Kevin Peterson
2019-10-31 14:26:41 -05:00
parent b060345333
commit b35358218a
+1
View File
@@ -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)> $@