On 07.01.11 17:34:15, Jammy Zhou wrote: > Hi, > > I am building kdelibs on ARM platform, which may take quite long time. If I > terminate the build at 50% for example, and then rebuild kdelibs by run > "make", it seems that the build happens from scratch again, which is quite > annoying. Do you know how to make the second build based on previous build > results?
No it doesn't, unless you change the source code or CMakeCache.txt. CMake will still start with 1% again and also iterate through all targets, but it won't recompile the .cpp files and also not relink the libraries, unless something changed. So for the first 50% things will go rather fast as make will simply check the deps for changes and check the built target is new enough. Andreas -- You will be recognized and honored as a community leader. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<