Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 2001 00:57:05 +0100
From:      Bernd Luevelsmeyer <bdluevel@heitec.net>
To:        3phase <phase3@worldnet.att.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: kernel configuration question
Message-ID:  <3A85D551.F5092D02@heitec.net>
References:  <Pine.GSO.4.21.0102061357320.2653-100000@demeter> <01020623040701.03509@tim.elnsng1.mi.home.com> <20010207061944.C1167@raggedclown.net> <01b101c0919c$d991a360$a9a1480c@sisyphus2>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A85D551.F5092D02>