From: Philipp Klaus Date: Thu, 22 Aug 2019 14:15:14 +0000 (+0200) Subject: ALARMS → st.cmd executable, arch linux-arm, EPICS_BASE... X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=910ffdc212b1b9646e6c8e9e0d3b8cacec7f1b3e;p=mvd_epics.git ALARMS → st.cmd executable, arch linux-arm, EPICS_BASE... --- diff --git a/ALARMS/configure/RELEASE b/ALARMS/configure/RELEASE index ac52b52..69f0e94 100644 --- a/ALARMS/configure/RELEASE +++ b/ALARMS/configure/RELEASE @@ -29,7 +29,12 @@ #SNCSEQ = $(MODULES)/seq-ver # EPICS_BASE should appear last so earlier modules can override stuff: -EPICS_BASE = /Users/pklaus/local_software/EPICS/base +EPICS_BASE = $(EPICS_ROOT)/base + +# EPICS_ROOT is an absolute path here. If you need a different one, you don't +# need to change it here, you can specify the right when when using make: +# make EPICS_ROOT=/your/override/here +EPICS_ROOT=/home/scs/EPICS/EPICS # Set RULES here if you want to use build rules from somewhere # other than EPICS_BASE: diff --git a/ALARMS/iocBoot/iocALARMS/st.cmd b/ALARMS/iocBoot/iocALARMS/st.cmd old mode 100644 new mode 100755 index 3674750..88d509d --- a/ALARMS/iocBoot/iocALARMS/st.cmd +++ b/ALARMS/iocBoot/iocALARMS/st.cmd @@ -1,4 +1,4 @@ -#!../../bin/darwin-x86/ALARMS +#!../../bin/linux-arm/ALARMS #- You may have to change ALARMS to something else #- everywhere it appears in this file