From owner-freebsd-questions Fri Oct 31 19:57:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA27067 for questions-outgoing; Fri, 31 Oct 1997 19:57:04 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA27060 for ; Fri, 31 Oct 1997 19:57:02 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.7) with SMTP id TAA19898; Fri, 31 Oct 1997 19:56:59 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 31 Oct 1997 19:56:59 -0800 (PST) From: Doug White Reply-To: Doug White To: "Michael E. Mercer" cc: freebsd-questions@FreeBSD.ORG Subject: Re: I would like to remove all object fles... In-Reply-To: <3458F4BE.B1BC6730@gte.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 30 Oct 1997, Michael E. Mercer wrote: > I would like to remove all object files to open up some > space... Are there any object files the system needs to > operate. or can I just do a find on "*.o" and remove it? Only the ones in /lkm. The rest are removable. This is most easily done by running 'make clean' from the build directories. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major