Adjust RELEASE.local generation for Windows

On Windows, neither the shell nor echo will strip double-quote
characters from the command-line, so just leave them out.
This commit is contained in:
Andrew Johnson
2017-11-15 10:30:14 -06:00
parent b690e5abbd
commit 260d43b9bc

View File

@@ -46,6 +46,6 @@ all host $(DIRS) $(ARCHS) $(ACTIONS) $(dirActionTargets) $(dirArchTargets) \
$(dirActionArchTargets) $(actionArchTargets): | RELEASE.local
RELEASE.local:
@echo "EPICS_BASE = $(abspath $(INSTALL_LOCATION))"> $@
@echo EPICS_BASE = $(abspath $(INSTALL_LOCATION))> $@
realclean:
$(RM) RELEASE.local