Date: Thu, 14 Sep 2000 01:15:18 +0100 From: Mark Ovens <marko@freebsd.org> To: Adam Blake <blake@sba.miami.edu> Cc: freebsd-questions@freebsd.org Subject: Re: make kernel fails... help please Message-ID: <20000914011518.B912@parish> In-Reply-To: <Pine.OSF.4.10.10009132005330.4294-100000@homer.bus.miami.edu>; from blake@sba.miami.edu on Wed, Sep 13, 2000 at 08:09:31PM -0400 References: <Pine.OSF.4.10.10009132005330.4294-100000@homer.bus.miami.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000914011518.B912>