make clean doesn't delete moc files

2009-02-05 Thread David Faure
Shouldn't it? -Asterix- dfaure 18:46 /d/kde/build/t/kdelibs/kdecore>ls *.moc | wc -l 34 -Asterix- dfaure 18:46 /d/kde/build/t/kdelibs/kdecore>make clean makeobj[0]: Entering directory `/d/kde/build/t/kdelibs/kdecore' makeobj[0]: Leaving directory `/d/kde/build/t/kdelibs/kdecore' -Asterix- dfaure 1

Re: make clean doesn't delete moc files

2009-02-05 Thread Michael Pyne
On Thursday 05 February 2009, David Faure wrote: > Shouldn't it? Yes, it should. Probably some flag that needs to be added in Automoc to cause CMake to add them to the list of files to be cleaned? Regards, - Michael Pyne signature.asc Description: This is a digitally signed message part. ___

Re: make clean doesn't delete moc files

2009-02-05 Thread Mike Arthur
On Thursday 05 February 2009 17:53:20 Michael Pyne wrote: > On Thursday 05 February 2009, David Faure wrote: > > Shouldn't it? > Yes, it should. Probably some flag that needs to be added in Automoc to > cause CMake to add them to the list of files to be cleaned? SET_DIRECTORY_PROPERTIES(PROPERTIES

Re: make clean doesn't delete moc files

2009-02-05 Thread David Faure
On Thursday 05 February 2009, Mike Arthur wrote: > On Thursday 05 February 2009 17:53:20 Michael Pyne wrote: > > On Thursday 05 February 2009, David Faure wrote: > > > Shouldn't it? > > Yes, it should. Probably some flag that needs to be added in Automoc to > > cause CMake to add them to the list

Re: make clean doesn't delete moc files

2009-02-05 Thread Matthias Kretz
Hi, On Thursday 05 February 2009 18:56:23 Mike Arthur wrote: > On Thursday 05 February 2009 17:53:20 Michael Pyne wrote: > > On Thursday 05 February 2009, David Faure wrote: > > > Shouldn't it? > > > > Yes, it should. Probably some flag that needs to be added in Automoc to > > cause CMake to add

Re: make clean doesn't delete moc files

2009-02-05 Thread David Faure
On Thursday 05 February 2009, Matthias Kretz wrote: > BTW, deleting the moc files is not important to get a clean build. If you do > a > make clean automoc will recreate all moc files, regardless of whether they > exist already. Nope, that's not the case. Otherwise I wouldn't have asked for it

Re: make clean doesn't delete moc files

2009-02-05 Thread Alexander Neundorf
On Thursday 05 February 2009, Matthias Kretz wrote: > Hi, > > On Thursday 05 February 2009 18:56:23 Mike Arthur wrote: > > On Thursday 05 February 2009 17:53:20 Michael Pyne wrote: > > > On Thursday 05 February 2009, David Faure wrote: > > > > Shouldn't it? > > > > > > Yes, it should. Probably som

Re: make clean doesn't delete moc files

2009-02-05 Thread David Faure
On Thursday 05 February 2009, Alexander Neundorf wrote: > Would a command line argument to automoc be possible, like "automoc --clean > ." > to clean the current directory ? > Ok, this wouldn't work, subdirs etc. Well it could recurse, maybe? > A dependency to the moc executable ? Eek, no. Del

Re: make clean doesn't delete moc files

2009-02-05 Thread Matthias Kretz
Hi, On Thursday 05 February 2009 20:10:37 David Faure wrote: > On Thursday 05 February 2009, Matthias Kretz wrote: > > BTW, deleting the moc files is not important to get a clean build. If you > > do a make clean automoc will recreate all moc files, regardless of > > whether they exist already. >

FindLibical.cmake (Fwd: KDE/kdepimlibs/cmake/modules)

2009-02-05 Thread Allen Winter
Please review and make sure this patch is correct. I think it is.. but I'm not exactly sure. -- Forwarded Message -- Subject: KDE/kdepimlibs/cmake/modules Date: Thursday 05 February 2009 From: Romain Pokrzywka To: kde-comm...@kde.org SVN commit 921930 by pokrzywka: feel free