From owner-freebsd-questions Fri Apr 24 22:01:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07369 for freebsd-questions-outgoing; Fri, 24 Apr 1998 22:01:19 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jason01.u.washington.edu (root@jason01.u.washington.edu [140.142.70.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA07362 for ; Fri, 24 Apr 1998 22:01:14 -0700 (PDT) (envelope-from jcwells@u.washington.edu) Received: from saul3.u.washington.edu (root@saul3.u.washington.edu [140.142.83.1]) by jason01.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.05) with ESMTP id WAA27352; Fri, 24 Apr 1998 22:01:08 -0700 Received: from s8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul3.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.04) with SMTP id WAA20461; Fri, 24 Apr 1998 22:01:06 -0700 (PDT) Date: Fri, 24 Apr 1998 20:59:52 -0700 (PDT) From: "Jason C. Wells" X-Sender: jason@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: Scott Myron cc: "freebsd-questions@FreeBSD.org" Subject: Re: question In-Reply-To: <3540CDE8.B1670C1E@hsonline.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 24 Apr 1998, Scott Myron wrote: > hi. I have just recently done a "make world". before I downloaded and > done the make install I had 39% of my /usr partition used up. now I have > about 61% of my /usr partition used up. can I delete all of those You can delete the sources. make sure you delete sources and not "teh good stuff." Another way to save space that is probably safer is '$ make clean' which will clean up object files, and leave sources intact. You don't need two sets of objects files if you don't want them. > sources without messing anything up? also, what is that /usr/obj > directory? there is stuff in there, like bin then like "ls" or "mv" and 'ls' is the list command. 'mv' is the move command. Refer to the following man pages: $ man ls $ man mv $ man hier Have fun, | Stop warning me about the latest virus. Learn more... Jason Wells | http://ciac.llnl.gov/ciac/CIACHoaxes.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message