Re: make.conf doesn't work as expected (MAKEFLAGS and .MAKEFLAGS)

2006-07-18 Thread Mathieu Prevot
On Tue, Jul 18, 2006 at 07:02:00PM +0300, Adi Pircalabu wrote:
> On Tue, 18 Jul 2006 17:42:23 +0200 Mathieu Prevot wrote:
> 
> > .if ${.CURDIR:N/usr/ports/*}
> 
> Hi, 
> do you mean:
> .if ${.CURDIR:M*/usr/ports/*}
> 
> > MAKEFLAGS+= -j 9
> > ..endif
> > 
> > but the compilation doesn't occur as if I do `make -j9`
> 
> I'd ask you what are you trying to accomplish with this value, but
> that's another story :)

My whish is to have `make -j9` outside /usr/ports without having to type
'make -j9'. It was the right argument '.if ${.CURDIR:N/usr/ports/*}'.

What can I do if it's not the right way ?

Mathieu

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: make.conf doesn't work as expected (MAKEFLAGS and .MAKEFLAGS)

2006-07-18 Thread Adi Pircalabu
On Tue, 18 Jul 2006 17:42:23 +0200 Mathieu Prevot wrote:

> .if ${.CURDIR:N/usr/ports/*}

Hi, 
do you mean:
.if ${.CURDIR:M*/usr/ports/*}

> MAKEFLAGS+= -j 9
> ..endif
> 
> but the compilation doesn't occur as if I do `make -j9`

I'd ask you what are you trying to accomplish with this value, but
that's another story :)

-- 
Adi Pircalabu (PGP Key ID 0x04329F5E)



-- 
This message was scanned for spam and viruses by BitDefender.
For more information please visit http://www.bitdefender.com/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"