Summary: | Add option to specify the make program | ||
---|---|---|---|
Product: | [Developer tools] kdesrc-build | Reporter: | Raphael Kubo da Costa <rakuco> |
Component: | general | Assignee: | Michael Pyne <mpyne> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Add the desired behaviour
Updated version of the patch implementing the expected behaviour |
Description
Raphael Kubo da Costa
2009-05-18 03:46:25 UTC
For now a workaround is to add a symlink called "make" pointing to gmake and making sure that it is present in the first directory of your binpath setting (you can create this directory yourself and add it to binpath if necessary). Created attachment 33785 [details]
Add the desired behaviour
This patch adds the 'make-program' option (with the default value of 'make') and documents it.
Created attachment 33822 [details]
Updated version of the patch implementing the expected behaviour
As discussed on IRC, the option is not available on the command-line anymore, nor is it present in the sample rc file. The default is 'gmake' for all platforms.
I've tested the patch on a Linux system, and at least Arch Linux doesn't have gmake. I guess the sensible default should be make. OK, I think I'll just use some existing functionality that kdesvn-build has to use gmake if it's present in $PATH, otherwise default to make. But that will have to wait until this weekend I guess since I have duty 22-May. SVN commit 1123402 by mpyne: Almost one year later than I said I would, prefer gmake to make if it is present since GNU Make works better typically, especially on non-Linux. BUG:193070 M +15 -7 kdesvn-build WebSVN link: http://websvn.kde.org/?view=rev&revision=1123402 |