make -k not working
Matt Rogers
mattr at kde.org
Wed Mar 29 19:45:54 CEST 2006
On Wed, Mar 29, 2006 at 07:38:07PM +0200, Thiago Macieira wrote:
> I've also noticed that make -k isn't working in the cmake builds. Whenever
> it finds an error, it halts the compilation completely, instead of
> ignoring (like I told it to). What's even more interesting, going to
> another directory, completely unrelated to the error, also doesn't work.
>
> Also, it's quite possible that the dependencies are blocking a full
> parallel build, since the inability to link one library is stopping the
> build to proceed and compile the next library's source files.
>
> [snip build errors]
use -i instead of -k. it's what's being used for the dashboards and it
works. However, I don't know why -k is not working
--
Matt
More information about the Kde-buildsystem
mailing list