patch: c/cxxflags for static libraries

Alexander Neundorf neundorf at kde.org
Wed Jul 19 17:36:14 CEST 2006


On Wednesday 19 July 2006 17:06, Matt Broadstone wrote:
...
> What I am referring to is that when I'm working on khtml (in this
> example) and make a change to say dom/, in my build dir I can cd to
> kdelibs/build/khtml/dom and build from that directory instead of the
> khtml directory and it will only rebuild the dom lib and then link
> things accordingly. Perhaps it should be the case when I make the
> change and build from khtml/, but it doesn't work that way - when I
> build from khtml in that example it rebuilds all of khtml. That's all
> I'm trying to get around...

What does "rebuild all of khtml" mean exactly ?
It should recompile your changed files and then link it all together.
Additionally it will do some dependency checking.
You can get around this if you don't just make, but "make khtml/fast".
This doesn't work yet with cmake 2.4.2, but cmake from the 2.4 branch.

If it does more than that, there *are* more dependencies.

Bye
Alex
-- 
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org                - http://www.kde.org
      alex AT neundorf.net               - http://www.neundorf.net


More information about the Kde-buildsystem mailing list