Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2000 23:31:31 -0400 (EDT)
From:      Chris BeHanna <behanna@zbzoom.net>
To:        FreeBSD-Stable <stable@freebsd.org>
Subject:   Re: make world 
Message-ID:  <Pine.BSF.4.21.0010102328160.27449-100000@topperwein.dyndns.org>
In-Reply-To: <200010110232.e9B2WUu44462@drugs.dv.isc.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 11 Oct 2000 Mark.Andrews@nominum.com wrote:

> > "Nader Turki" <nturki@adelphia.net> wrote:
> > > Sorry I didn't explain the problem.  I'm doing make world
> > > remotely using telnet.  I got disconnected from the Network, had
> > > to wait for a while till my cable modem work and i telnet again
> > > to my server and did make world again 'cause it was stoped.  Is
> > > that going to be a problem? I mean should I do somethin' else
> > > them make world? 'cause the first time it was done almost half
> > > way.

    IIRC, "make world" first cleans /usr/obj unless -DNOCLEAN is set,
right?  In that case, you should be alright.

> 	Not forget to capture and examine the output from make.  e.g.
> 	make buildworld >& world.out &

For sh, bash, and ksh users:

    nohup make buildworld > buildworld.out 2>&1 &

--
Chris BeHanna
Software Engineer (at yourfit.com)
behanna@zbzoom.net




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0010102328160.27449-100000>