EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  <20082009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  <20082009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: DBFLAGS in RULES.Db
From: "Allison, Stephanie" <[email protected]>
To: <[email protected]>
Date: Fri, 5 Sep 2008 08:45:37 -0700
Hello,

In the following tech-talk message on April 16, 2008:
http://www.aps.anl.gov/epics/tech-talk/2008/msg00355.php

I suggested a change to epics/base/configure/RULES.Db that allows building databases using msi where the substitutions file uses already installed databases for the application (plus any databases from the modules listed in RELEASE).  This is for when you build databases on top of databases for an app by separating the Db into multiple directories that are built in the right order.  Going back to the thread for the above message has more detail.

The change for the RELEASE modules was made but not the change for the app's own installed databases.  Could someone with access to the CVS repository please change RULES.Db as follows:

From:
# dbExpand
INSTALL_DBDFLAGS += -I $(INSTALL_LOCATION)/dbd
DBDFLAGS = $(USR_DBDFLAGS) -I . -I .. $(INSTALL_DBDFLAGS) $(RELEASE_DBDFLAGS)
DBFLAGS = $($*_DBFLAGS) $(USR_DBFLAGS) -I. -I.. $(RELEASE_DBFLAGS)

To:
# dbExpand
INSTALL_DBDFLAGS += -I $(INSTALL_LOCATION)/dbd
DBDFLAGS = $(USR_DBDFLAGS) -I . -I .. $(INSTALL_DBDFLAGS) $(RELEASE_DBDFLAGS)
INSTALL_DBFLAGS += -I $(INSTALL_LOCATION)/db
DBFLAGS = $($*_DBFLAGS) $(USR_DBFLAGS) -I. -I.. $(INSTALL_DBFLAGS) $(RELEASE_DBFLAGS)

Thank you,
Stephanie Allison


Replies:
Re: DBFLAGS in RULES.Db Andrew Johnson

Navigate by Date:
Prev: Re: sseq link problem on Linux Tim Mooney
Next: Re: DBFLAGS in RULES.Db Andrew Johnson
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  <20082009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: RE: Gateway problem .... more info Jeff Hill
Next: Re: DBFLAGS in RULES.Db Andrew Johnson
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  <20082009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 02 Sep 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·