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 | 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: IOC build fails after removing an iocBoot dir from Git |
From: | "Johnson, Andrew N. via Core-talk" <core-talk at aps.anl.gov> |
To: | "Konrad, Martin" <konrad at frib.msu.edu> |
Cc: | EPICS core-talk <core-talk at aps.anl.gov> |
Date: | Wed, 18 Mar 2020 20:24:06 +0000 |
Hi Martin, On Mar 18, 2020, at 2:04 PM, Konrad, Martin via Core-talk <core-talk at aps.anl.gov> wrote:
Wouldn’t it be easier to just do a ‘make -C iocBoot clean’ before you do the ‘git pull’?
If you look at your iocBoot/Makefile you’ll see that if sets the DIRS itself using wildcards; you should be able to modify the value of that variable like this:
The result will not descend into a directory that doesn’t have a Makefile. I wouldn’t want to add that to Base though, some people use GNU’s alternative names for their Makefiles.
- Andrew
--
Complexity comes for free, simplicity you have to work for.
|