Disable OPTIONS processing

Matthias Andree matthias.andree at gmx.de
Wed Jul 20 23:51:15 GMT 2005


Jeremie Le Hen <jeremie at 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


More information about the freebsd-ports mailing list