Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Feb 2008 11:39:08 +0100
From:      Erik Norgaard <norgaard@locolomo.org>
To:        Christer Solskogen <solskogen@carebears.mine.nu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Error in src.conf(5)?
Message-ID:  <47B56BCC.6010508@locolomo.org>
In-Reply-To: <47B56358.7040402@carebears.mine.nu>
References:  <47B56358.7040402@carebears.mine.nu>

next in thread | previous in thread | raw e-mail | index | archive | help
Christer Solskogen wrote:
> src.conf(5) says:
> "The values of variables are ignored regardless of their setting; even 
> if they would be set to ``FALSE'' or ``NO''.  Just the existence of an
> option will cause it to be honoured by make(1)."
> 
> So in my /etc/jail-src.conf I have a couple of options like this:
> 
> WITHOUT_ACPI
> WITHOUT_ASSERT_DEBUG
> WITHOUT_ATM
> WITHOUT_AUDIT
> WITHOUT_AUTHPF
> WITHOUT_BLUETOOTH
> 
> Running "make installworld SRCCONF=/etc/jail-src.conf" gives me the 
> following errors:
> 
> "/etc/jail-src.conf", line 1: Need an operator
> "/etc/jail-src.conf", line 2: Need an operator
> "/etc/jail-src.conf", line 3: Need an operator
> "/etc/jail-src.conf", line 4: Need an operator
> "/etc/jail-src.conf", line 5: Need an operator
> "/etc/jail-src.conf", line 6: Need an operator
> 
> Do I really need something like "WITHOUT_ACPI=TRUE" ?

The variables may be "declared" but are not set. You should set them to 
"YES".

Cheers, Erik



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47B56BCC.6010508>