From owner-freebsd-questions@FreeBSD.ORG Mon Jan 17 20:30:25 2005 Return-Path: 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 5207616A4CE for ; Mon, 17 Jan 2005 20:30:25 +0000 (GMT) Received: from galilee.polands.org (CPE-24-208-53-189.new.rr.com [24.208.53.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 808A943D2F for ; Mon, 17 Jan 2005 20:30:24 +0000 (GMT) (envelope-from djp@polands.org) Received: from jericho.polands.org (jericho.polands.org [172.16.1.35]) by galilee.polands.org (8.12.9/8.12.9) with ESMTP id j0HKUNRZ038314; Mon, 17 Jan 2005 14:30:23 -0600 (CST) (envelope-from djp@polands.org) Received: from jericho.polands.org (localhost [127.0.0.1]) by jericho.polands.org (8.13.1/8.13.1) with ESMTP id j0HKUNql024191; Mon, 17 Jan 2005 14:30:23 -0600 (CST) (envelope-from djp@jericho.polands.org) Received: (from djp@localhost) by jericho.polands.org (8.13.1/8.13.1/Submit) id j0HKUNjG024190; Mon, 17 Jan 2005 14:30:23 -0600 (CST) (envelope-from djp) Date: Mon, 17 Jan 2005 14:30:23 -0600 From: Doug Poland To: Doug Hardie Message-ID: <20050117203022.GB7893@polands.org> References: <20050117060510.GA63358@xor.obsecurity.org> <8DC9B67A-6857-11D9-8611-000393681B06@lafn.org> <20050117071900.GA92079@xor.obsecurity.org> <20050117190712.GA70520@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i cc: f-questions List cc: Kris Kennaway Subject: Re: 5.3 Building Kernel/World X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jan 2005 20:30:25 -0000 > > On Jan 17, 2005, at 11:07, Kris Kennaway wrote: > > >>>cd /usr/src > >>>make cleandir > >>>make cleandir > >>>make buildworld > >>> > >>>Kris > >> Interesting, what does "make cleandir" do? Is it different than running # cd /usr/obj # chflags -R noschg * # rm -rf * as documented in the handbook? -- Regards, Doug