From: Philipp Klaus Date: Tue, 20 Aug 2019 15:33:13 +0000 (+0200) Subject: DAQ_SETTINGS → st.cmd permissions, linux-arm, EPICS_BASE X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=b7381dc8a9650d65bce71d012bd85bc9179c70a5;p=mvd_epics.git DAQ_SETTINGS → st.cmd permissions, linux-arm, EPICS_BASE --- diff --git a/DAQ_SETTINGS/configure/RELEASE b/DAQ_SETTINGS/configure/RELEASE index ac52b52..b11d163 100644 --- a/DAQ_SETTINGS/configure/RELEASE +++ b/DAQ_SETTINGS/configure/RELEASE @@ -28,8 +28,12 @@ # If using the sequencer, point SNCSEQ at its top directory: #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/DAQ_SETTINGS/iocBoot/iocDAQ_SETTINGS/st.cmd b/DAQ_SETTINGS/iocBoot/iocDAQ_SETTINGS/st.cmd index 021368d..832a6d6 100755 --- a/DAQ_SETTINGS/iocBoot/iocDAQ_SETTINGS/st.cmd +++ b/DAQ_SETTINGS/iocBoot/iocDAQ_SETTINGS/st.cmd @@ -1,4 +1,4 @@ -#!../../bin/darwin-x86/DAQ_SETTINGS +#!../../bin/linux-arm/DAQ_SETTINGS #- You may have to change DAQ_SETTINGS to something else #- everywhere it appears in this file