From owner-freebsd-questions Wed Jan 19 4:44:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id F3E9F15038 for ; Wed, 19 Jan 2000 04:44:11 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id NAA08963; Wed, 19 Jan 2000 13:44:11 +0100 (CET) (envelope-from olli) Date: Wed, 19 Jan 2000 13:44:11 +0100 (CET) Message-Id: <200001191244.NAA08963@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: options QUOTA and make clean X-Newsgroups: list.freebsd-questions In-Reply-To: <8645bq$2mkh$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alexey N. Dokuchaev wrote in list.freebsd-questions: > I have a little ? to you guys. In LINT they say, if I enable this option, > I have to make clean. > > So far, the steps are: > > make depend && make && make install > > Seems that if I compile the kernel the fist time, make clean is > irrelevant. Is this true? Yes, that's tru. > Anyways, how should my make-sequence > considering make clean? I'd recommend to use ``config -r YOURKERNEL'', which will remove any previous kernel build directory completely. This is probably the most secure way. Then just do the usual make depend && make && make install. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message