From owner-freebsd-questions Fri Sep 22 22:34:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from absinthe.yi.org (adsl-63-192-100-220.dsl.chic01.pacbell.net [63.192.100.220]) by hub.freebsd.org (Postfix) with ESMTP id 68E7337B423 for ; Fri, 22 Sep 2000 22:34:15 -0700 (PDT) Received: (from fred@localhost) by absinthe.yi.org (8.11.0/8.11.0) id e8N5YER02593; Fri, 22 Sep 2000 22:34:14 -0700 (PDT) (envelope-from fred) Date: Fri, 22 Sep 2000 22:34:13 -0700 From: Fred Condo To: rob Cc: freebsd-questions@freebsd.org Subject: Re: "make" output redirected to file Message-ID: <20000922223413.C2502@absinthe.condo.chico.ca.us> Mail-Followup-To: rob , freebsd-questions@freebsd.org References: <39CBB5C4.E494B639@home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <39CBB5C4.E494B639@home.com>; from europax@home.com on Fri, Sep 22, 2000 at 07:40:52PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Sep 22, 2000 at 07:40:52PM +0000, rob wrote: > How do I redirect all of the screen output from make to a file? I want > to be able to capture error messages. It appears that using "make > > file" doesn't work since there are other programs involved which send > their own output to the screen. Thanks, Rob. > > ps. could find no hint about this in manuals The command "script" will also allow you to capture your make session to a file, and you can watch the session in real time as well, if you like. -- Fred Condo + fred@condo.chico.ca.us To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message