From 260d43b9bcdb1715b60ac4638ce1444902a3c28a Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 15 Nov 2017 10:30:14 -0600 Subject: [PATCH] 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. --- modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Makefile b/modules/Makefile index ac71dd581..97134be1c 100644 --- a/modules/Makefile +++ b/modules/Makefile @@ -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