On Wed, 11 Oct 2000 [EMAIL PROTECTED] wrote:
> > "Nader Turki" <[EMAIL PROTECTED]> 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)
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message