EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

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

Subject: make clean builds the install target on R3.15?
From: "Hill, Jeff" <[email protected]>
To: "[email protected]" <[email protected]>
Date: Wed, 20 Nov 2013 16:32:07 +0000
Hi,

I notice that when building the R3.15 tip a "make clean" doesn't actually remove any (most of) the files. There are also similar issues with "make realclean" and "make distclean". I do observe that "make clean" is somehow building an install target. I see this issue with both the win32-x86 and win32-x86-mingw builds when building on windows.

Jeff

C:\hill\epicsInBazaar\R3.15-mirror-II>make clean
C:/Program Files (x86)/GnuWin32/bin/make -C ./configure install
make[1]: Entering directory `C:/hill/epicsInBazaar/R3.15-mirror-II/configure'
C:/Program Files (x86)/GnuWin32/bin/make -C O.win32-x86 -f ../Makefile TOP=../.. T_A=win32-x86 install
make[2]: Entering directory `C:/hill/epicsInBazaar/R3.15-mirror-II/configure/O.win32-x86'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `C:/hill/epicsInBazaar/R3.15-mirror-II/configure/O.win32-x86'
make[1]: Leaving directory `C:/hill/epicsInBazaar/R3.15-mirror-II/configure'
C:/Program Files (x86)/GnuWin32/bin/make -C ./src install
make[1]: Entering directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src'
C:/Program Files (x86)/GnuWin32/bin/make -C ./tools install
make[2]: Entering directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/tools'
C:/Program Files (x86)/GnuWin32/bin/make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86 install
make[3]: Entering directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/tools/O.win32-x86'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/tools/O.win32-x86'
make[2]: Leaving directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/tools'
C:/Program Files (x86)/GnuWin32/bin/make -C tools/test install
make[2]: Entering directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/tools/test'
C:/Program Files (x86)/GnuWin32/bin/make -C O.win32-x86 -f ../Makefile TOP=../../../.. T_A=win32-x86 install
make[3]: Entering directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/tools/test/O.win32-x86'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/tools/test/O.win32-x86'
make[2]: Leaving directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/tools/test'
C:/Program Files (x86)/GnuWin32/bin/make -C template/base install
make[2]: Entering directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/template/base'
C:/Program Files (x86)/GnuWin32/bin/make -C O.win32-x86 -f ../Makefile TOP=../../../.. T_A=win32-x86 install
make[3]: Entering directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/template/base/O.win32-x86'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/template/base/O.win32-x86'
make[2]: Leaving directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/template/base'
C:/Program Files (x86)/GnuWin32/bin/make -C template/ext install
make[2]: Entering directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/template/ext'
C:/Program Files (x86)/GnuWin32/bin/make -C O.win32-x86 -f ../Makefile TOP=../../../.. T_A=win32-x86 install
make[3]: Entering directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/template/ext/O.win32-x86'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/template/ext/O.win32-x86'
make[2]: Leaving directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/template/ext'
C:/Program Files (x86)/GnuWin32/bin/make -C ./libCom install
make[2]: Entering directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/libCom'
C:/Program Files (x86)/GnuWin32/bin/make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86 install
make[3]: Entering directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/libCom/O.win32-x86'
"Installing library ../../../lib/win32-x86/Com.lib"
make[3]: Leaving directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/libCom/O.win32-x86'
make[2]: Leaving directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/libCom'
C:/Program Files (x86)/GnuWin32/bin/make -C libCom/RTEMS install
make[2]: Entering directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/libCom/RTEMS'
C:/Program Files (x86)/GnuWin32/bin/make -C O.win32-x86 -f ../Makefile TOP=../../../.. T_A=win32-x86 install
make[3]: Entering directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/libCom/RTEMS/O.win32-x86'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/libCom/RTEMS/O.win32-x86'
make[2]: Leaving directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/libCom/RTEMS'
C:/Program Files (x86)/GnuWin32/bin/make -C libCom/test install
make[2]: Entering directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/libCom/test'
C:/Program Files (x86)/GnuWin32/bin/make -C O.win32-x86 -f ../Makefile TOP=../../../.. T_A=win32-x86 install
make[3]: Entering directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/libCom/test/O.win32-x86'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/libCom/test/O.win32-x86'
make[2]: Leaving directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/libCom/test'
C:/Program Files (x86)/GnuWin32/bin/make -C ca/client install
make[2]: Entering directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/ca/client'
C:/Program Files (x86)/GnuWin32/bin/make -C O.win32-x86 -f ../Makefile TOP=../../../.. T_A=win32-x86 install
make[3]: Entering directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/ca/client/O.win32-x86'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/ca/client/O.win32-x86'
make[2]: Leaving directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/ca/client'
C:/Program Files (x86)/GnuWin32/bin/make -C ca/client/tools install
make[2]: Entering directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/ca/client/tools'
C:/Program Files (x86)/GnuWin32/bin/make -C O.win32-x86 -f ../Makefile TOP=../../../../.. T_A=win32-x86 install
make[3]: Entering directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/ca/client/tools/O.win32-x86'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/ca/client/tools/O.win32-x86'
make[2]: Leaving directory `C:/hill/epicsInBazaar/R3.15-mirror-II/src/ca/client/tools'
C:/Program Files (x86)/GnuWin32/bin/make -C ca/legacy/gdd install


Replies:
Re: make clean builds the install target on R3.15? Andrew Johnson

Navigate by Date:
Prev: RE: undefined symbols in windows build Hill, Jeff
Next: Re: make clean builds the install target on R3.15? Andrew Johnson
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  <20132014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: RE: undefined symbols in windows build Hill, Jeff
Next: Re: make clean builds the install target on R3.15? Andrew Johnson
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  <20132014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 20 Nov 2013 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·