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> 2025 | 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> 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: difference between DB and DB_INSTALLS |
From: | "Johnson, Andrew N. via Tech-talk" <tech-talk at aps.anl.gov> |
To: | Ralph Lange <ralph.lange at gmx.de>, EPICS Tech Talk <tech-talk at aps.anl.gov> |
Date: | Mon, 13 May 2024 16:37:50 +0000 |
IIRC the original build rules for DB_INSTALLS allow the source path to point into a support module or other external directory, whereas the DB rules were designed for generating and copying files from the
local application only. Thus you can use DB_INSTALLS += $(ASYN)/db/asynRecord.db to copy that file from your Asyn module into the IOC's
$(TOP)/db directory. The DB rules might have changed more recently, but there are other variables like BIN_INSTALLS and LIB_INSTALLS which still follow the original design, for example I use BIN_INSTALLS to copy the binary for
the CA Gateway into an application that runs on a host which can't see our support module directories. - Andrew |