[Qt-creator] bin clean/distclean target shouldn't remove wrapper script

Oswald Buddenhagen oswald.buddenhagen at trolltech.com
Mon Jun 29 12:44:27 CEST 2009


hi fabo,

On Sat, Jun 27, 2009 at 11:08:52AM +0200, Fathi Boudra wrote:
> bin clean/distclean target shouldn't remove wrapper script.
> 
> cd bin/ && make -f Makefile distclean
> make[2]: Entering directory `/home/user/build-area/qt/qt-creator/bin'
> rm -f qtcreator
> rm -f *~ core *.core
> rm -f qtcreator
> rm -f Makefile
>
if this is a shadow build, then removing the wrapper from the build dir
is intentional.
if it is not a shadow build, then removing the wrapper is wrong,
obviously. though i have no idea why you have a Makefile in bin/ in the
first place, as the top-level .pro file *should* exclude it. does it
return after the next qmake run? if so, care to investigate (try putting
message() calls in strategic positions)?




More information about the Qt-creator-old mailing list