Re: [CMake] a dependency nag/bug

2006-07-11 Thread Jan Woetzel
Casper Boemann wrote: That used to work during the auto* days, but with cmake it begins to recompile everywhere else too. That means i send a lot of time recompiling stuff i don't need (until later) That's annoying e, too - I vote for this ;-) I don't know how to fix it but it is related

Re: [CMake] a dependency nag/bug

2006-07-11 Thread William A. Hoffman
At 09:05 AM 7/11/2006, Casper Boemann wrote: Hi there I'm developing and compiling KDE using cmake and I really like it and would choose it any day over auto*, but I have this small nag. Say I've changed a headerfile somewhere which in a complete build would cause lots of files to be

RE: [CMake] a dependency nag/bug

2006-07-11 Thread Ken Martin
Furthermore could it be made so that the default target in subdirs are fast and that you'd have to write something special (like /slow) to make it like today. Personally I tend not to like having the default option be fast (aka unsafe) although we have debated both sides of it. To me the

Re: [CMake] a dependency nag/bug

2006-07-11 Thread Casper Boemann
On Tuesday 11 July 2006 17:56, you wrote: To me the naïve invocation should be safe and the special invocation should be the unsafe one. Ok I wouldn't mind if slow is default as long as: make fast would work anywhere (doing the local target/fast) Actually I ve come across a problem with