Hi Richard,
There are two variable you can use.
$(TOP) : where the epics base source code is
$(INSTALL_LOCATION) : where the epics "compiled" binary files and
other files are.
If there is no INSTALL_LOCATION, TOP is the same as INSTALL_LOCATION.
Please check configure/CONFIG and CONFIG_SITE files as well.
However, the above approach doesn't fulfill what you ask. In order
to achieve your approach, you may try the following procedure:
In $(TOP) (location A)
1) make build
2) make install
3) add the location B in CONFIG_SITE
echo "INSTALL_LOCATION=${LOCATION_A}" > configure/CONFIG_SITE.local
4) make install
HTH,
Han
On 10/5/18 10:43 AM, Lucock, Richard M wrote:
Hi,
I want to build an epics installation in location A but then
copy it to location B for actual use. I can't find a suitable config
variable for this - can anyone point me in the right direction ?
Thanks,
Richard
- Replies:
- Re: Building epics base for a different location Jeong Han Lee
- References:
- Building epics base for a different location Lucock, Richard M
- Navigate by Date:
- Prev:
PV alias with logical names Bo Jakobsen
- Next:
RE: PV alias with logical names Freddie Akeroyd - UKRI STFC
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
<2018>
2019
2020
2021
2022
2023
2024
- Navigate by Thread:
- Prev:
Building epics base for a different location Lucock, Richard M
- Next:
Re: Building epics base for a different location Jeong Han Lee
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
<2018>
2019
2020
2021
2022
2023
2024
|