From owner-freebsd-questions Sun May 13 11:48:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailg.telia.com (mailg.telia.com [194.22.194.26]) by hub.freebsd.org (Postfix) with ESMTP id 6928137B423 for ; Sun, 13 May 2001 11:48:38 -0700 (PDT) (envelope-from ertr1013@student.uu.se) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by mailg.telia.com (8.11.2/8.11.0) with ESMTP id f4DImbJ10002 for ; Sun, 13 May 2001 20:48:37 +0200 (CEST) Received: from ertr1013.student.uu.se (h185n2fls20o913.telia.com [212.181.163.185]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id UAA02872 for ; Sun, 13 May 2001 20:48:36 +0200 (CEST) Received: (qmail 21586 invoked by uid 1001); 13 May 2001 18:48:36 -0000 Date: Sun, 13 May 2001 20:48:36 +0200 From: Erik Trulsson To: FreeBSD stable , FreeBSD Questions Subject: Re: make world? Message-ID: <20010513204835.A21570@student.uu.se> Mail-Followup-To: FreeBSD stable , FreeBSD Questions References: <3AFECAA5.B1CF3AA1@mediaone.net> <20010513201042.A21114@student.uu.se> <3AFED138.78428180@mediaone.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AFED138.78428180@mediaone.net>; from ericmlogan@mediaone.net on Sun, May 13, 2001 at 11:23:53AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, May 13, 2001 at 11:23:53AM -0700, Eric M Logan wrote: > Thanks for responding but no. I did a "du" on each of /usr/src, /usr/ports, and > /usr/obj. There's nothing unexpected with src and ports and obj is always > deleted after the make world (mfs). The system just ballons up. I know that > when one "makes world", everything gets installed. So my question is, is there > anyway to make world and *only* update/install stuff that was part of the > original installation. Again, I've already played with the options in > /etc/make.conf but with no luck. Any ideas or help would be appreciated, > thanks. That sounds weird. To answer your question: No, there is no such way. The system does not keep track of what was originally installed. I would suggest using "du" to find out where in the file system the bloat occurs. > > Erik Trulsson wrote: > > > On Sun, May 13, 2001 at 10:55:49AM -0700, Eric M Logan wrote: > > > I recently installed a bare bones installation of FreeBSD that came out > > > to under 200MB. After a "make world" the system went over 500MB?! How > > > can I cvsup my sources and "make world" w/o adding/updating additional > > > stuff other than the original barebones installation? I've already > > > tried uncommenting the options in /etc/make.conf such as no_cvs, etc but > > > with no success. Any ideas or help would be appreciated, thanks. > > > > > > > Those 500 MB would not by any chance include the contents of /usr/src or > > /usr/obj, each of which is about 300 MB ? > > If that is the case 'rm -fr /usr/src/* /usr/obj/*' should free a lot of > > diskspace. > > Otherwise I have no idea. My barebones installation is still at about 150 MB > > after several upgrades but then neither /usr/src nor /usr/obj reside on that > > machine. > > -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message