From owner-freebsd-questions Sat Feb 10 15:57:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from christel.heitec.net (christel.heitec.net [193.101.232.3]) by hub.freebsd.org (Postfix) with ESMTP id A258037B503 for ; Sat, 10 Feb 2001 15:57:07 -0800 (PST) Received: from heitec.net (paladin.heitec.net [193.101.232.30]) by christel.heitec.net (Postfix) with ESMTP id EB3D1B8102; Sun, 11 Feb 2001 00:57:05 +0100 (CET) Message-ID: <3A85D551.F5092D02@heitec.net> Date: Sun, 11 Feb 2001 00:57:05 +0100 From: Bernd Luevelsmeyer X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: 3phase Cc: freebsd-questions@FreeBSD.ORG Subject: Re: kernel configuration question References: <01020623040701.03509@tim.elnsng1.mi.home.com> <20010207061944.C1167@raggedclown.net> <01b101c0919c$d991a360$a9a1480c@sisyphus2> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 3phase wrote: [...] > Redirect the output to a text file. > You'll still see the warnings when they occur but you can > browse the text files later to see what really happened. > > make depend > mydepend.txt > make > mymake.txt > > It may look scary at first because nothing will be blinking, > beeping or prompting but the drives will be churning away. If you want to see the output but still save it to a file, try the 'script' command: script filename make depend make exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message