From owner-freebsd-questions@FreeBSD.ORG Sun Jun 9 19:51:51 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3C8C0E3A for ; Sun, 9 Jun 2013 19:51:51 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id F28AE1E19 for ; Sun, 9 Jun 2013 19:51:50 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UlleX-0007Mi-Be for freebsd-questions@freebsd.org; Sun, 09 Jun 2013 21:51:49 +0200 Received: from cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com ([86.21.186.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Jun 2013 21:51:49 +0200 Received: from walterhurry by cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Jun 2013 21:51:49 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Walter Hurry Subject: Re: buildworld selectively? Date: Sun, 9 Jun 2013 19:51:33 +0000 (UTC) Lines: 20 Message-ID: References: <51B4CFCA.3010705@hayers.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jun 2013 19:51:51 -0000 On Sun, 09 Jun 2013 19:56:10 +0100, Gary J. Hayers wrote: > Have a read of the man page for /etc/src.conf > > On 09/06/2013 19:52, Walter Hurry wrote: >> As a relative newcomer to FreeBSD I am planning a 'make buildworld' for >> the first time. Since this is likely to be a lengthy process (my first >> attempt will be in a virtual machine), I am wondering whether it is >> possible to be at all selective about what is built. >> >> I have read the handbook section thoroughly, and shall follow the >> procedure recommended. I have also consulted 'man make.conf', but have >> been unable to establish an answer. >> >> For example, I do not require 'games'. >> >> Is there a way of achieving this? Ah, src.conf. That's what I missed!. Thank you so much Gary, and sorry if it was a silly question.