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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user