Bug 126052

Summary: kate-make-plugin should not hardcode gmake
Product: [Applications] kate Reporter: Andreas Pakulat <apaku>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED WORKSFORME    
Severity: normal CC: ana
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Try gmake and make as commands

Description Andreas Pakulat 2006-04-22 00:36:58 UTC
Version:            (using KDE KDE 3.5.2)
Installed from:    Debian testing/unstable Packages

Hi,

the katemake plugin has a hardcoded make-command of "gmake", which makes it unusable on default installations of Debian (don't know about other distributions). It would make much sense if this were configurable, at least with a config-file option (I know that KDE3 is basically feature frozen), so if there's any chance to make this happen in KDE3 please do so.

Andreas
Comment 1 Andreas Pakulat 2006-04-22 00:58:11 UTC
Created attachment 15732 [details]
Try gmake and make as commands

This is a quick hack on katemake-plugin to try "make" as MAKE-command when
gmake failed.

Andreas
Comment 2 Andreas Pakulat 2006-08-12 14:41:57 UTC
I fixed this with revision 572366, by letting configure check wether gmake is an existing program and if not use make as command.

Andreas
Comment 3 Dominik Haumann 2006-08-12 18:13:44 UTC
Cool fix, thanks.
Comment 4 Andreas Pakulat 2006-08-12 21:02:09 UTC
On 12.08.06 16:13:46, Dominik Haumann wrote:
> Cool fix, thanks.


Actually the autoconf stuff was stolen from KDevelop and I just saw that
there by accident :-)

Andreas