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: | Make keeps installing the same files |
From: | Mark Rivers via Core-talk <core-talk at aps.anl.gov> |
To: | EPICS core-talk <core-talk at aps.anl.gov> |
Date: | Tue, 22 Jun 2021 21:48:13 +0000 |
I just noticed something strange. “make” is installing the same files each time I run it, even though they are already installed. corvette:~/devel/areaDetector/ADCore>make -sj Installing library ../../../lib/linux-x86_64/libADBase.a Installing library ../../../lib/linux-x86_64/libntndArrayConverter.a Installing library ../../../lib/linux-x86_64/libNDPlugin.a corvette:~/devel/areaDetector/ADCore>make -sj Installing library ../../../lib/linux-x86_64/libADBase.a Installing library ../../../lib/linux-x86_64/libntndArrayConverter.a Installing library ../../../lib/linux-x86_64/libNDPlugin.a This is base 7.0.5 on Centos 7. Mark |