Review Request: Fix installing from kdevelop when multiple jobs allowed (bug 264893)
Guillaume de Bure
guillaume.debure at gmail.com
Sun Apr 24 14:14:50 UTC 2011
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/101226/
-----------------------------------------------------------
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/20110424/107b3a2b/attachment.html>
More information about the KDevelop-devel
mailing list