cmake and progress reporting
William A. Hoffman
billlist at nycap.rr.com
Fri Jun 16 15:05:19 CEST 2006
At 03:50 PM 6/15/2006, Thomas Zander wrote:
>Creating silly things like:
>$cd krita
>$make clean
>$make install
> 97% complete
>Building CXX object krita/krita[snip]
Current CVS looks like this:
// full build
hoffman at hythloth:~/CMake-build/Tests/COnly$ make clean
hoffman at hythloth:~/CMake-build/Tests/COnly$ make
[ 25%] Building C object CMakeFiles/testc2.dir/libc2.o
Linking C shared library libtestc2.so
[ 25%] Building target testc2
[ 50%] Building C object CMakeFiles/testc1.dir/libc1.o
Linking C static library libtestc1.a
[ 50%] Building target testc1
[ 75%] Building C object CMakeFiles/conly.dir/conly.o
[100%] Building C object CMakeFiles/conly.dir/foo.o
Linking C executable conly
[100%] Building target conly
// now remove one .o file
hoffman at hythloth:~/CMake-build/Tests/COnly$ rm CMakeFiles/testc1.dir/libc1.o
hoffman at hythloth:~/CMake-build/Tests/COnly$ make
[ 25%] Building target testc2
[ 50%] Building C object CMakeFiles/testc1.dir/libc1.o
Linking C static library libtestc1.a
[ 50%] Building target testc1
Linking C executable conly
[100%] Building target conly
-Bill
More information about the Kde-buildsystem
mailing list