Don't set EPICS_BASE (breaks base builds). Changed HostArch.pl to HostArch.

This commit is contained in:
Janet B. Anderson
2004-11-24 18:18:57 +00:00
parent fa12125bdf
commit 26c756d4cf

View File

@@ -13,8 +13,8 @@
# sites should modify these definitions
# Location of epics base
if [ -z "${EPICS_BASE}" ] ; then
EPICS_BASE=/usr/local/epics/base
if [ -z "${MY_EPICS_BASE}" ] ; then
MY_EPICS_BASE=/usr/local/epics/base
fi
# Location of epics extensions (medm, msi, etc.)
@@ -64,7 +64,7 @@ fi
#---------------------------------------------------------------
# Start of set R3.14 environment variables
#
EPICS_HOST_ARCH=`"${EPICS_BASE}"/startup/EpicsHostArch.pl`
EPICS_HOST_ARCH=`"${MY_EPICS_BASE}"/startup/EpicsHostArch.pl`
export EPICS_HOST_ARCH
# Allow private versions of base
@@ -93,7 +93,7 @@ PATH="${PATH}:${EPICS_EXTENSIONS}/bin/${EPICS_HOST_ARCH}"
#EPICS_TS_MIN_WEST=360
#export EPICS_TS_MIN_WEST
#
#HOST_ARCH=`"${EPICS_BASE}"/startup/HostArch.pl`
#HOST_ARCH=`"${MY_EPICS_BASE}"/startup/HostArch`
#export HOST_ARCH
#
## Allow private versions of base