EPICS Home

Experimental Physics and Industrial Control System


 
2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  <20182019  2020  2021  2022  2023  2024  Index 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  <20182019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Funny problem with make clean/realclean/distclean
From: Dirk Zimoch <[email protected]>
To: EPICS Core Talk <[email protected]>
Date: Fri, 21 Sep 2018 11:08:15 +0200
Hello everyone,

I have set INSTALL_LOCATION to /usr/local/epics/base-7.0.1.

Calling 'make clean', 'make realclean' or 'make distclean' in the base top directory after a 'make distclean' (or before installing anything) causes the following error:

make[2]: Entering directory `/afs/psi.ch/group/8211/dirk/git/BASE/epics-base-7.0/modules/libcom' configure/CONFIG:33: /usr/local/epics/base-7.0.1/configure/CONFIG: No such file or directory configure/RULES_TOP:2: /usr/local/epics/base-7.0.1/configure/RULES_TOP: No such file or directory make[2]: *** No rule to make target `/usr/local/epics/base-7.0.1/configure/RULES_TOP'. Stop.

The problem is in modules/libcom/configure/CONFIG:
RULES = $(EPICS_BASE)
...
CONFIG = $(RULES)/configure
include $(CONFIG)/CONFIG

And in modules/libcom/configure/RULES_TOP:
include $(CONFIG)/RULES_TOP

This cannot work before EPICS_BASE is installed.

It is kind of funny that I cannot 'make distclean' twice.

Dirk


Navigate by Date:
Prev: Build failed in Jenkins: epics-7.0 » mac #65 APS Jenkins
Next: how to push a changes in base 7.0 AND libcom? Dirk Zimoch
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  <20182019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: PSI Jenkins Dirk Zimoch
Next: how to push a changes in base 7.0 AND libcom? Dirk Zimoch
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  <20182019  2020  2021  2022  2023  2024