From 63e7401ff1d53d3f3cd408f222bdc1c41d729c61 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 2 Apr 2014 16:55:53 -0500 Subject: [PATCH] Fix instructions in RELEASE file --- configure/RELEASE | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/configure/RELEASE b/configure/RELEASE index 3b91e85..7555521 100644 --- a/configure/RELEASE +++ b/configure/RELEASE @@ -16,14 +16,13 @@ # EPICS V4 Developers: Do not edit the locations in this file! # -# Create a file RELEASE.local pointing to your PVCOMMON, PVDATA, -# PVACCESS, and EPICS_BASE build directories, -# and optionally GTEST e.g. +# Create a file RELEASE.local pointing to your PVASRV, PVACCESS, +# PVDATA, PVCOMMON and EPICS_BASE build directories, e.g. +# PVASRV = /home/install/epicsV4/pvaSrvCPP +# PVACCESS = /home/install/epicsV4/pvAccessCPP # PVCOMMON = /home/install/epicsV4/pvCommonCPP # PVDATA = /home/install/epicsV4/pvDataCPP -# PVACCESS = /home/install/epicsV4/pvAccessCPP # EPICS_BASE = /home/install/epics/base -# # GTEST not used --include $(TOP)/../RELEASE.local -include $(TOP)/configure/RELEASE.local +-include $(TOP)/../RELEASE.local