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 [EMAIL PROTECTED]:~/CMake-build/Tests/COnly$ make clean [EMAIL PROTECTED]:~/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 [EMAIL PROTECTED]:~/CMake-build/Tests/COnly$ rm CMakeFiles/testc1.dir/libc1.o [EMAIL PROTECTED]:~/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 _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
