/etc/make.conf weirdness

Nicolas Blais nb_root at videotron.ca
Thu May 19 12:56:28 PDT 2005


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!


More information about the freebsd-questions mailing list