From 910ffdc212b1b9646e6c8e9e0d3b8cacec7f1b3e Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Thu, 22 Aug 2019 16:15:14 +0200 Subject: [PATCH] =?utf8?q?ALARMS=20=E2=86=92=20st.cmd=20executable,=20arch?= =?utf8?q?=20linux-arm,=20EPICS=5FBASE...?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- ALARMS/configure/RELEASE | 7 ++++++- ALARMS/iocBoot/iocALARMS/st.cmd | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) mode change 100644 => 100755 ALARMS/iocBoot/iocALARMS/st.cmd 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 -- 2.43.0