Date: Wed, 20 Feb 2002 15:08:17 -0600 From: "Mike Meyer" <mwm-dated-1014671298.08a393@mired.org> To: Chris Corayer <CCorayer@adetech.com> Cc: questions@freebsd.org Subject: Re: Which sources? Message-ID: <15476.4161.549919.418064@guru.mired.org> In-Reply-To: <30170652@toto.iv>
next in thread | previous in thread | raw e-mail | index | archive | help
Chris Corayer <CCorayer@adetech.com> types: > Whenever I do a make build/installworld I find things installed that weren't > in my original minimal install, like the games. I'd like to find out just > which sources are needed for the minimal base I have installed so I can > cvsup just those and stop wasting time grabbing the ones I don't need from > the mirrors. Is there maybe a FAQ or list somewhere that lists what's in > the sources and what they're needed for? Not that I know of, no. > If someone knows how to tell make buildworld to not make anything in the > source that wasn't already installed that might work too. Am I just missing > something obvious in regards to what make buildworld actually does here? I don't think you can tell it exactly that. However, you can disable the building of certain things with /etc/make.conf. Look through the make.conf man page and /etc/defaults/make.conf to see what knobs are available for this. Once you've disabled building things, you can remove them from the tree, and set up your cvsup file to not fetch them. Failing to disable the build and not fetching them will eventually result in problems trying to build the system. <mike -- Mike Meyer <mwm@mired.org> http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15476.4161.549919.418064>