Review Request: Fix installing from kdevelop when multiple jobs allowed (bug 264893)
Andreas Pakulat
apaku at gmx.de
Mon Apr 25 15:06:10 UTC 2011
> On April 25, 2011, 11:39 a.m., Milian Wolff wrote:
> > how come it does not work for you? what make are you using?
> >
> > I just checked and this works both fine for me:
> >
> > make install -j 10
> > make -j 10 install
> >
Did you try including the kdesu? Maybe that makes the difference. Can't test here as I don't have kdesu.
- Andreas
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/101226/#review2885
-----------------------------------------------------------
On April 24, 2011, 2:14 p.m., Guillaume de Bure wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/101226/
> -----------------------------------------------------------
>
> (Updated April 24, 2011, 2:14 p.m.)
>
>
> Review request for KDevelop.
>
>
> Summary
> -------
>
> it looks like the command "kdesu -t -c make -j4 install" called when installing from kdevelop doesn't work. Moving the -j option to the end of the command seems to work:
> "kdesu -t -c make install -j4". This extremely simple patch does this.
>
> Since I don't have a good knowledge of kdevelop's code, I don't know if this move can have other side effects...
>
> Thanks :)
>
>
> This addresses bug 264893.
> http://bugs.kde.org/show_bug.cgi?id=264893
>
>
> Diffs
> -----
>
> projectbuilders/makebuilder/makejob.cpp b98bf07
>
> Diff: http://git.reviewboard.kde.org/r/101226/diff
>
>
> Testing
> -------
>
> Works for me (tm)
>
>
> Thanks,
>
> Guillaume
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20110425/b6c90b46/attachment.html>
More information about the KDevelop-devel
mailing list