From owner-freebsd-ports@FreeBSD.ORG Sun May 1 03:27:34 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7FD116A4CE for ; Sun, 1 May 2005 03:27:34 +0000 (GMT) Received: from april.chuckr.org (april.chuckr.org [66.92.151.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D9D743D48 for ; Sun, 1 May 2005 03:27:34 +0000 (GMT) (envelope-from chuckr@chuckr.org) Received: from [66.92.151.195] (july.chuckr.org [66.92.151.195]) by april.chuckr.org (Postfix) with ESMTP id 3793612152 for ; Sat, 30 Apr 2005 23:22:19 -0400 (EDT) Message-ID: <42744CA1.4060500@chuckr.org> Date: Sun, 01 May 2005 03:27:29 +0000 From: Chuck Robey User-Agent: Mozilla Thunderbird 1.0 (X11/20050316) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@Freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: problems with options X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 May 2005 03:27:34 -0000 I'm used, when doing compiles, to always follow the form: "make (target) |& tee listfile" 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?