From owner-freebsd-stable Tue Oct 10 20:30:53 2000 Delivered-To: freebsd-stable@freebsd.org Received: from topperwein.dyndns.org (acs-24-154-28-99.zoominternet.net [24.154.28.99]) by hub.freebsd.org (Postfix) with ESMTP id 3AE7737B502 for ; Tue, 10 Oct 2000 20:30:50 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by topperwein.dyndns.org (8.11.0/8.11.0) with ESMTP id e9B3VVQ27694 for ; Tue, 10 Oct 2000 23:31:31 -0400 (EDT) (envelope-from behanna@zbzoom.net) Date: Tue, 10 Oct 2000 23:31:31 -0400 (EDT) From: Chris BeHanna Reply-To: behanna@zbzoom.net To: FreeBSD-Stable Subject: Re: make world In-Reply-To: <200010110232.e9B2WUu44462@drugs.dv.isc.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 11 Oct 2000 Mark.Andrews@nominum.com wrote: > > "Nader Turki" 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