On Monday 26 January 2009 05:06:48 Polytropon wrote:
> On Mon, 26 Jan 2009 12:55:29 +, Anton Shterenlikht
wrote:
> > I'm trying to overwrite a Makefile variable via /etc/make.conf
> > It doesn't seem to work:
>
> This behaviour is correct. The local makefiles have precedence
> before the /etc
On Mon, 26 Jan 2009 12:55:29 +, Anton Shterenlikht
wrote:
> I'm trying to overwrite a Makefile variable via /etc/make.conf
> It doesn't seem to work:
This behaviour is correct. The local makefiles have precedence
before the /etc/make.conf settings.
> What am I doing wrong?
You could modi
I'm trying to overwrite a Makefile variable via /etc/make.conf
It doesn't seem to work:
# cd /usr/ports/lang/gcc43
# grep NOT Makefile
NOT_FOR_ARCHS= alpha ia64
# grep -C1 NOT /etc/make.conf
.if ${.CURDIR:M*/lang/gcc4*}
NOT_FOR_ARCHS= ia64
.endif
# make
===> gcc-4.3.3_20090122 does not run on al