From owner-freebsd-questions Wed Sep 13 17:15:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id 4D31F37B422 for ; Wed, 13 Sep 2000 17:15:24 -0700 (PDT) Received: from parish ([62.255.96.65]) by mta01-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000914001522.WKGT26680.mta01-svc.ntlworld.com@parish>; Thu, 14 Sep 2000 01:15:22 +0100 Received: (from mark@localhost) by parish (8.11.0/8.11.0) id e8E0FJ813958; Thu, 14 Sep 2000 01:15:19 +0100 (BST) (envelope-from mark) Date: Thu, 14 Sep 2000 01:15:18 +0100 From: Mark Ovens To: Adam Blake Cc: freebsd-questions@freebsd.org Subject: Re: make kernel fails... help please Message-ID: <20000914011518.B912@parish> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: ; from blake@sba.miami.edu on Wed, Sep 13, 2000 at 08:09:31PM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Sep 13, 2000 at 08:09:31PM -0400, Adam Blake wrote: > How do I output the stderr from the make KERNELNAME cammand to a file? > > i originally did this... make KERNELNAME > make.output > put all it did was output the usual info as opposed to all the warnings > and errors that it send to the screen. > > How can I have all of this info go to a file so that I may > attatch the make output as well as the kernel text file and get some > help? > Run it in a subshell thus: # (make KERNELNAME) > make.output or better still: # (make KERNELNAME) | tee make.output That way it outputs both to the screen *and* into the file. > > -Adam > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 4.4 - The number of the Beastie ________________________________________________________________ 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message