]> jspc29.x-matter.uni-frankfurt.de Git - mvd_epics.git/commitdiff
MKS_910_DualTrans adapt EPICS_BASE and EPICS_ROOT
authorPhilipp Klaus <philipp.l.klaus@web.de>
Mon, 28 Oct 2019 10:28:46 +0000 (11:28 +0100)
committerPhilipp Klaus <philipp.l.klaus@web.de>
Mon, 28 Oct 2019 10:28:46 +0000 (11:28 +0100)
MKS_910_DualTrans/configure/RELEASE

index d1b1051900cd17db9b2d9b6ccfb55fd4ab44f591..d6f46ca26b76cedad17e37700a3a349748d39f63 100644 (file)
 #SNCSEQ = $(MODULES)/seq-ver
 
 # EPICS_BASE should appear last so earlier modules can override stuff:
-EPICS_BASE = /home/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
+EPICS_ROOT=/home/pklaus/local_software/EPICS
 
 # Set RULES here if you want to use build rules from somewhere
 # other than EPICS_BASE: