Re: /etc/make.conf weirdness
From: Nicolas Blais (nb_root_at_videotron.ca)
Date: 05/19/05
- Previous message: Kris Kennaway: "Re: /etc/make.conf weirdness"
- In reply to: Kris Kennaway: "Re: /etc/make.conf weirdness"
- Next in thread: RW: "Re: /etc/make.conf weirdness"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 19 May 2005 15:55:10 -0400 To: freebsd-questions@freebsd.org
On May 19, 2005 03:51 pm, Kris Kennaway wrote:
> On Thu, May 19, 2005 at 03:31:02PM -0400, Nicolas Blais wrote:
> > Hi,
> >
> > This is probably a user problem (me), but why is it that when I put this
> > in /etc/make.conf:
> >
> > .if ${.CURDIR:M*/multimedia/transcode}
> > WITH_DIVX5=yes WITH_OPTIMIZED_CFLAGS=yes
> > .endif
> >
> > and build transcode, it will only receive WITH_DIVX5 and not the other
> > flag.
> >
> > and if I put this instead:
> >
> > .if ${.CURDIR:M*/multimedia/transcode}
> > WITH_OPTIMIZED_CFLAGS=yes WITH_DIVX5=yes
> > .endif
> >
> > it will receive WITH_OPTIMIZED_CFLAGS and not the other again?
> > Any way around this?
>
> Put each entry on separate lines, don't try to separate them with
> whitespace.
>
> Kris
Thanks that did it!
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Kris Kennaway: "Re: /etc/make.conf weirdness"
- In reply to: Kris Kennaway: "Re: /etc/make.conf weirdness"
- Next in thread: RW: "Re: /etc/make.conf weirdness"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|