Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 May 2005 09:49:32 -0300
From:      Fernan Aguero <fernan@iib.unsam.edu.ar>
To:        Chuck Robey <chuckr@chuckr.org>
Cc:        ports@freebsd.org
Subject:   Re: problems with options
Message-ID:  <20050501124932.GA51988@iib.unsam.edu.ar>
In-Reply-To: <42744CA1.4060500@chuckr.org>
References:  <42744CA1.4060500@chuckr.org>

next in thread | previous in thread | raw e-mail | index | archive | help
+----[ Chuck Robey <chuckr@chuckr.org> (01.May.2005 00:31):
|
| I'm used, when doing compiles, to always follow the form:
| 
| "make (target) |& tee listfile"

FWIW, I run 'make/portupgrade/whatever' inside a script(1) or
screen(1).

| but with options in there, I am often (most often with cascading options 
| being set, in recursive builds) being set up so that I can't navigate 
| the options screeens.
| 
| Any idea how I can arrange to capture a complete, recursive log file, 
| but not interfere with options?

Using any of the mentioned methods would not prevent these
dialogs from appear. 

When I want to prevent this, I just set BATCH before running
make/portupgrade/whatever. i.e:

setenv BATCH 1
make install

or

portupgrade -m BATCH=1

or yet

make BATCH=1

you get the idea,

Fernan
|
+----]



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