cmake
William A. Hoffman
billlist at nycap.rr.com
Thu Jun 8 21:23:09 BST 2006
At 03:59 PM 6/8/2006, Thomas Zander wrote:
>Well; I have stated on this and on the CMake ML enough times the usecase
>that happens most often and CMake does not have any way to do that. (see
>bug 3348)
>So I don't care which is the default; I'm going to be struggling with it
>either way.
Ok, so what you want is
make target/install_fast
And that will:
1. do a make target/fast (no checking of cmake files.)
2. do an install of just target
Is that what you want?
It is close, but not quite the same as this:
make target/fast // this will build without the checks
make install/fast
The difference here is that the install will check all the files
that need to be installed, but it will not touch all the CMakeLists.txt files.
Can you try CVS cmake and see if make target/fast; make install/fast works
for you?
-Bill
More information about the kde-core-devel
mailing list