Review Request: Fix installing from kdevelop when multiple jobs allowed (bug 264893)

Aleix Pol Gonzalez aleixpol at gmail.com
Tue Apr 26 13:26:36 UTC 2011


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/101226/#review2895
-----------------------------------------------------------

Ship it!


Now I'm good with it :)

- Aleix


On April 25, 2011, 9:05 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 25, 2011, 9:05 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/20110426/fdbcba66/attachment.html>


More information about the KDevelop-devel mailing list