Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2005 01:51:09 +0200
From:      Matthias Andree <matthias.andree@gmx.de>
To:        Jeremie Le Hen <jeremie@le-hen.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Disable OPTIONS processing
Message-ID:  <m3ek9tm3yq.fsf@merlin.emma.line.org>
In-Reply-To: <20050720231115.GA39292@obiwan.tataz.chchile.org> (Jeremie Le Hen's message of "Thu, 21 Jul 2005 01:11:15 %2B0200")
References:  <20050720231115.GA39292@obiwan.tataz.chchile.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Jeremie Le Hen <jeremie@le-hen.org> writes:

> [ Please include me in replies because I'm not subscribed. ]
>
> I was wondering how to prevent the port Makefile to ask for declared
> options in the Makefile (either OPTIONS variable or options file).

Defining "BATCH" will skip the queries and go either with a saved
configuration (if one is present from an earlier install) or with the
defaults. Example:

cd /usr/ports/some/example
make BATCH=yes install clean

-- 
Matthias Andree



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