From owner-freebsd-questions Tue Nov 5 19:41:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0EF537B401 for ; Tue, 5 Nov 2002 19:41:16 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id E971043E42 for ; Tue, 5 Nov 2002 19:41:15 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gray.sea.gr (patr530-b220.otenet.gr [212.205.244.228]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id gA63f35D002877; Wed, 6 Nov 2002 05:41:03 +0200 (EET) Received: from gray.sea.gr (gray [127.0.0.1]) by gray.sea.gr (8.12.6/8.12.6) with ESMTP id gA63f2rC005457; Wed, 6 Nov 2002 05:41:02 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by gray.sea.gr (8.12.6/8.12.6/Submit) id gA63f2O2005456; Wed, 6 Nov 2002 05:41:02 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 6 Nov 2002 05:41:02 +0200 From: Giorgos Keramidas To: Charles Pelletier Cc: freebsd-questions@FreeBSD.ORG Subject: Re: make fails during upgrade, so... Message-ID: <20021106034102.GK676@gray.sea.gr> References: <003201c28522$bc540380$32040101@hume> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <003201c28522$bc540380$32040101@hume> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-11-05 17:26, Charles Pelletier wrote: > How do I remove the dependencies created with the make depend I did > prior to this failed make? The original problem I had turned out to > be a memory issue so the make depend completed successfully. Ran > make, and it failed, presumably for the same reason, but, i got a > message regarding operands and 'mov'. Unfortunately I do not have > that message saved anywhere (d'oh!). I assumed there was another > memory issue so I added more swap space and ran make again, about > 1/2 through, the machine spontaneously rebooted. I just ran a make > clean. I really just want to remove those dependencies. Can I just > delete the prior kernel, reboot, create another kernel, and continue > on from there? If you are using the recommended way of building everything (buildworld ... buildkernel) you can safely remove everything under /usr/obj and start over: # cd /usr/obj # rm -fr * # cd /usr/src # make buildworld ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message