Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jun 2006 09:54:39 +0900
From:      NIIMI Satoshi <sa2c@sa2c.net>
To:        Arseny Nasokin <tarc@tarc.po.cs.msu.su>
Cc:        freebsd-ports <freebsd-ports@freebsd.org>
Subject:   Re: HEADSUP: WITH and WITHOUT options knobs checking
Message-ID:  <44A1D34F.5040203@sa2c.net>
In-Reply-To: <20060627143756.GS32801@tarc.po.cs.msu.su>
References:  <20060627143756.GS32801@tarc.po.cs.msu.su>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2006/06/27 23:37, Arseny Nasokin wrote:
> Please, check WITH_ knobs, as it:
> .if defined (WITH_ABC) && ! defined(WITHOUT_ABC)

I think it's wrong.

Try to run "make BATCH=yes WITH_ABC=yes -V WITHOUT_ABC" without 
OPTIONSFILE.  You will see WITHOUT_ABC is still defined.

That's why most ports check only non-default values.

-- 
NIIMI Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44A1D34F.5040203>