From owner-freebsd-questions Wed Nov 6 4:18:29 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 94B8037B401 for ; Wed, 6 Nov 2002 04:18:28 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62D1243E8A for ; Wed, 6 Nov 2002 04:18:26 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gray.sea.gr (patr530-a134.otenet.gr [212.205.215.134]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id gA6CIEJS011060; Wed, 6 Nov 2002 14:18:15 +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 gA6CIErC007750; Wed, 6 Nov 2002 14:18:14 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by gray.sea.gr (8.12.6/8.12.6/Submit) id gA6CIENF007749; Wed, 6 Nov 2002 14:18:14 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 6 Nov 2002 14:18:14 +0200 From: Giorgos Keramidas To: Charles Pelletier , freebsd-questions@FreeBSD.ORG Subject: Re: make fails during upgrade, so... Message-ID: <20021106121813.GA5654@gray.sea.gr> References: <003201c28522$bc540380$32040101@hume> <20021106034102.GK676@gray.sea.gr> <00dd01c28546$4cc5edc0$32040101@hume> <20021106035341.GN676@gray.sea.gr> <20021106070028.GA6574@moo.holy.cow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021106070028.GA6574@moo.holy.cow> 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-06 02:00, parv wrote: > in message <20021106035341.GN676@gray.sea.gr>, > wrote Giorgos Keramidas thusly... > > > > # cd /usr/src/sys/i386/conf > > # config -d /usr/obj/usr/src/sys/NEWKERNEL NEWKERNEL > > # cd /usr/obj/usr/src/sys/NEWKERNEL > > # make depend > > # make clean > ^ ^ ^ ^ ^ > why would one need to run "make clean" after "make depend"? > > > # make all > > # make install That's a good question. I was thinking about ommiting this step, since it's usually optional. It's there just for the sake of completeness. IIRC, the order is not really important as `make clean' will not delete the .depend files. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message