From: Philipp Klaus Date: Mon, 28 Oct 2019 10:28:46 +0000 (+0100) Subject: MKS_910_DualTrans adapt EPICS_BASE and EPICS_ROOT X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=a17081ba72375a7694a6dbc2557c6e6ce4e39de6;p=mvd_epics.git MKS_910_DualTrans adapt EPICS_BASE and EPICS_ROOT --- diff --git a/MKS_910_DualTrans/configure/RELEASE b/MKS_910_DualTrans/configure/RELEASE index d1b1051..d6f46ca 100644 --- a/MKS_910_DualTrans/configure/RELEASE +++ b/MKS_910_DualTrans/configure/RELEASE @@ -29,7 +29,13 @@ #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: