From a17081ba72375a7694a6dbc2557c6e6ce4e39de6 Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Mon, 28 Oct 2019 11:28:46 +0100 Subject: [PATCH] MKS_910_DualTrans adapt EPICS_BASE and EPICS_ROOT --- MKS_910_DualTrans/configure/RELEASE | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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: -- 2.43.0