From owner-freebsd-questions@FreeBSD.ORG Thu Mar 30 15:03:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 8C32A16A400 for ; Thu, 30 Mar 2006 15:03:39 +0000 (UTC) (envelope-from nikolas.britton@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9DE043D78 for ; Thu, 30 Mar 2006 15:03:31 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by uproxy.gmail.com with SMTP id m3so263293ugc for ; Thu, 30 Mar 2006 07:03:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=X9PentTfx0Eymg2E97ybC4MMJKpAsq8dnBoC/eY36XDKXjadJLQMFLSDCCKIX+NUEnz/tAYUW4F8Dr5Gcp+e3pu25wSsFVIsS5kQ8rhK9vrY7kCb6dWTxb0G2cOd1M9m0Zv8DPkxFMPM/O6DMojTR73GVBVi3hfAEW4OmGY2QVU= Received: by 10.78.32.14 with SMTP id f14mr58104huf; Thu, 30 Mar 2006 07:03:30 -0800 (PST) Received: by 10.78.31.9 with HTTP; Thu, 30 Mar 2006 07:03:30 -0800 (PST) Message-ID: Date: Thu, 30 Mar 2006 09:03:30 -0600 From: "Nikolas Britton" To: "Lowell Gilbert" In-Reply-To: <44odzoxags.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <009b01c65404$f61f8120$6401a8c0@GRANT> <44odzoxags.fsf@be-well.ilk.org> Cc: Grant Peel , freebsd-questions@freebsd.org Subject: Re: Deleting Kernel conpile directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2006 15:03:39 -0000 On 30 Mar 2006 09:40:03 -0500, Lowell Gilbert wrote: > "Grant Peel" writes: > > > I am running a little low on disk space in /usr > > > > Can I delete the /usr/src/sys/i386/compile/mykernel directory? > > Sure. And if you use the "buildkernel" method when you build kernels, > you won't even need that directory again. If you use the "old > method," (calling config directly), though, you will need the space > again. > > > If so, which method is best: > > > > a: > > cd /usr/src/sys/i386/compile > > rm -rf mykernel > > > > or > > > > b: > > cd /usr/src/sys/i386/compile/mykernel > > make clean > > Either one is fine. If you never want to use the directory again, go > ahead and use the first one. What happens when you run 'make clean' from /usr/src/? I tried it once and it deleted a lot of tmp and .gz files, I thought all of that stuff was stored in /usr/obj/. always... to the OP you can also delete every thing in /usr/obj/ -- BSD Podcasts @ http://bsdtalk.blogspot.com/