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  2008  2009  2010  2011  <20122013  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  2008  2009  2010  2011  <20122013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: EPICS 3.15.0 incompatible make rules
From: Dirk Zimoch <[email protected]>
To: Ralph Lange <[email protected]>
Cc: EPICS Tech Talk <[email protected]>
Date: Mon, 08 Oct 2012 13:49:40 +0200
Ralph Lange wrote:

On Fri Oct 05 2012 17:51:24 GMT+0200 (CEST), Ron Sluiter <[email protected]> wrote:
[...]
The same problem is in <stream>/streamDevice/streamApp/Makefile.
I made a similar local modification,
+ifeq ($(BASE_3_14), YES)
 clean:: myclean
+else
+clean: myclean
+endif
myclean:
        $(RM) core* StreamDebug.log


I had already fixed this in version 2.6 like this:

ifeq ($(EPICS_REVISION),14)
clean:: myclean
else
clean: myclean
endif

(Even though it would falsely trigger on releases 1.14, 2.14, 4.14 and so on ...)



Dirk

References:
EPICS 3.15.0 incompatible make rules Dirk Zimoch
Re: EPICS 3.15.0 incompatible make rules Ron Sluiter
Re: EPICS 3.15.0 incompatible make rules Ralph Lange

Navigate by Date:
Prev: Re: EPICS 3.15.0 incompatible make rules Benjamin Franksen
Next: RE: Triggered autosave on exit Di Maio Franck
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  <20122013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: EPICS 3.15.0 incompatible make rules Benjamin Franksen
Next: First Use Of 3.14.12.2 - target builds try to produce code for host also Duane Voy
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  <20122013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 18 Nov 2013 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·