Experimental Physics and Industrial Control System
On 8/31/22 07:40, Mark Rivers via Tech-talk wrote:
...
If I change the Makefile to use DB rather than DB_INSTALLS for the first file, it works fine:
I mostly put .proto files in DB=
...
It seems like DB_INSTALLS works if the file has a path, but does not work if the file is in the current directory?
I've only ever used DB_INSTALLS= to pull in external files
to get a more self-contained IOC application build.
eg. situations like:
ifneq (,$(AUTOSAVE))
DB_INSTALLS += $(AUTOSAVE)/db/save_restoreStatus.db
endif
makes a copy of save_restoreStatus.db in the local $(TOP)/db
so that my st.cmd won't be effected by subsequent changes
under $(AUTOSAVE).
- References:
- Problem with DB_INSTALLS in Makefile Mark Rivers via Tech-talk
- Navigate by Date:
- Prev:
Problem with DB_INSTALLS in Makefile Mark Rivers via Tech-talk
- Next:
Re: Problem with DB_INSTALLS in Makefile Andrew Johnson via Tech-talk
- 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
- Navigate by Thread:
- Prev:
Problem with DB_INSTALLS in Makefile Mark Rivers via Tech-talk
- Next:
Re: Problem with DB_INSTALLS in Makefile Andrew Johnson via Tech-talk
- 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