Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2006 19:15:47 -0400
From:      Duane Whitty <duane@greenmeadow.ca>
To:        freebsd-questions@freebsd.org
Subject:   Re: make.conf syntax
Message-ID:  <441F37A3.2030409@greenmeadow.ca>
In-Reply-To: <441F33F8.60209@greenmeadow.ca>
References:  <441F33F8.60209@greenmeadow.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
Duane Whitty wrote:
> Hello all,
>
> I believe I used the wrong syntax in my make.conf
> I used
>
> NO_PROFILE="YES"
>
> Should I have instead used
>
> NO_PROFILE=YES
>
> or
>
> NO_PROFILE=TRUE
>
>
> Is YES and TRUE and 1 equivalent in this context?
>
> Thanks in advance,
>
> Duane
> -- 
> _______________________________________________
> 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"
>
>
>
Hi,

Sorry for the noise; I answered my own question.
Yes, my syntax was wrong. NO_PROFILE takes a bool
not a string value.

Duane
--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?441F37A3.2030409>