Subject: Re: imake files on Linux assume GNU make and break build of audio/nas
To: Klaus Heinz <k.heinz.jul.sechs@kh-22.de>
From: Min Sik Kim <minskim@NetBSD.org>
List: tech-pkg
Date: 07/22/2006 11:38:01
On Jul 22, 2006, at 10:59 AM, Klaus Heinz wrote:
>
> Should we change pkgxmkmf on Linux to always use GNU make,  assuming,
> like linux.cf, that it will always be available as "make" or
> "/usr/bin/make"?

I didn't look at the package, but regarding this question, we already  
have the following in mk/platform/Linux.mk:

IMAKE_MAKE?=    ${GMAKE}        # program which gets invoked by imake
IMAKE_TOOLS=            gmake   # extra tools required when we use imake

Regards,
Min