From owner-freebsd-questions Thu Nov 7 21:20:37 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 B42D037B401 for ; Thu, 7 Nov 2002 21:20:35 -0800 (PST) Received: from hawk.mail.pas.earthlink.net (hawk.mail.pas.earthlink.net [207.217.120.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 393E443E42 for ; Thu, 7 Nov 2002 21:20:30 -0800 (PST) (envelope-from parv_fm@mailsent.net) Received: from sdn-ap-035dcwashp0043.dialsprint.net ([65.179.104.43] helo=moo.holy.cow) by hawk.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 18A1YZ-0007HG-00; Thu, 07 Nov 2002 21:19:48 -0800 Received: by moo.holy.cow (Postfix, from userid 1001) id 45F95A5B7; Fri, 8 Nov 2002 00:22:08 -0500 (EST) Date: Fri, 8 Nov 2002 00:22:08 -0500 From: parv To: Giorgos Keramidas Cc: Charles Pelletier , freebsd-questions@FreeBSD.ORG Subject: Re: make fails during upgrade, so... Message-ID: <20021108052208.GA20698@moo.holy.cow> Mail-Followup-To: Giorgos Keramidas , Charles Pelletier , freebsd-questions@FreeBSD.ORG References: <003201c28522$bc540380$32040101@hume> <20021106034102.GK676@gray.sea.gr> <00dd01c28546$4cc5edc0$32040101@hume> <20021106035341.GN676@gray.sea.gr> <20021106070028.GA6574@moo.holy.cow> <20021106121813.GA5654@gray.sea.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021106121813.GA5654@gray.sea.gr> 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 in message <20021106121813.GA5654@gray.sea.gr>, wrote Giorgos Keramidas thusly... > > 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. really? and i thought that running "make clean" after kernel config or making depend would delete the files needed for kernel build/install. learned something new! - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message