forked from epics_driver_modules/motorBase
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:
@@ -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)> $@
|
||||
|
||||
Reference in New Issue
Block a user