Hi,

> Von: Thomas Zander <[EMAIL PROTECTED]>
> 
> On Friday 26 May 2006 17:27, Brad King wrote:
> > > Doesn't seem to work here on my 2.4-p2
> >
> > Try it in the top level instead of the subdir.  It looks like those
> > shortcut targets were left out of the subdirs.  We'll fix it.
> 
> Cool;
> 
> btw; does that include a /fast on install?
>
> If I do a 'make kwordprivate/fast' it probably will just compile/link
> that one lib.
> I'm just seeing that a make install afterwards still does do all targets 
> (i.e. the other libs) and does scan all dependent dirs.  Which is really 
> slowing me down :/

There is CMAKE_SKIP_INSTALL_ALL_DEPENDENCY, which if set to true makes 
"install" not depend on "all".
What do you think about setting this to true for KDE globally ?
This would skip the build step before installing, which will make installing 
faster, but fail if something has not been built.

Bye
Alex

-- 


Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
      Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
    
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to