Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 1999 17:23:38 +0200
From:      Hoondert <lurkie@wxs.nl>
To:        pcollins@ocsny.com
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: logging builds
Message-ID:  <199905121711.RAA05991@kleurbeeld.nl>

next in thread | raw e-mail | index | archive | help
> is there any way to dump stdout from a build to a log file?

try:
  script build.log
  
(do your build here)
  exit

and all the output is in the file build.log

Hope this helps,

Marc Veldman



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?199905121711.RAA05991>