]> jspc29.x-matter.uni-frankfurt.de Git - mvd_epics.git/commitdiff
ALARMS → st.cmd executable, arch linux-arm, EPICS_BASE...
authorPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Thu, 22 Aug 2019 14:15:14 +0000 (16:15 +0200)
committerPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Thu, 22 Aug 2019 14:15:14 +0000 (16:15 +0200)
ALARMS/configure/RELEASE
ALARMS/iocBoot/iocALARMS/st.cmd [changed mode: 0644->0755]

index ac52b523b39b12d2fe56185163f7910400fe23e6..69f0e9479bc963240c35d5897e3aea09a8913514 100644 (file)
 #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:
old mode 100644 (file)
new mode 100755 (executable)
index 3674750..88d509d
@@ -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