Subject: Re: [alnsn@yandex.ru: Re: imake and nas on Debian GNU/Linux]
To: None <tech-pkg@NetBSD.org>
From: Klaus Heinz <k.heinz.jul.sieben@kh-22.de>
List: tech-pkg
Date: 07/07/2007 11:25:48
Joerg Sonnenberger wrote in May on pkgsrc-users:
> On Mon, May 07, 2007 at 09:22:34PM +0200, Klaus Heinz wrote:
> > Joerg, ok to substitute IMAKE_MAKE into xorg-cf-files/files/host.def
> > instead of MAKE_PROGRAM?
>
> I'd prefer to fix the gmakeism instead. Give me some time, still
> recovering.
During an update of my pkgsrc tree I came across this conflict:
<<<<<<< Makefile
-e "s|@MAKE@|${IMAKE_MAKE}|" ${FILESDIR}/host.def > \
=======
-e "s|@MAKE@|${MAKE_PROGRAM}|" ${FILESDIR}/host.def > \
>>>>>>> 1.4
It's still not clear to me why my change (IMAKE_MAKE) is _not_ the
correct fix. Imake processes host.def, so the "make"-program used should
be IMAKE_MAKE, IMO.
ciao
Klaus