From owner-freebsd-questions@FreeBSD.ORG Mon Jun 10 19:56:10 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C44F9C1 for ; Mon, 10 Jun 2013 19:56:10 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pb0-x22e.google.com (mail-pb0-x22e.google.com [IPv6:2607:f8b0:400e:c01::22e]) by mx1.freebsd.org (Postfix) with ESMTP id A28661E1D for ; Mon, 10 Jun 2013 19:56:10 +0000 (UTC) Received: by mail-pb0-f46.google.com with SMTP id rq2so2608795pbb.19 for ; Mon, 10 Jun 2013 12:56:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=vreOUOHXeMn/ykJSWk/LCwT41+75qhffaxmVXXkentM=; b=V1Vimlv03yWdACzWX42IX25dKO1S7bh0VsBjObPkRe+3r+DFXT9FlWIoWdLwSEtepU aXvL3j8pqsdxcLd2/kxvnRM45t2EtmkPV1FtklnUn0kYI6B0ObjdQFFXdN/34Oclf88c Q6Gumj8QK9T/OjDfR/+QLwpswSun0jPE8xKk9NRCLlL25nPu+sCbgtVP4azgpGT5YChb hvtFDXhlWFzUk1ngMfpkgneG9xIhuz9VvsPJbQeNjSeJGEVnY9UdNEf2y5z8Aj3naWFL K6F2O6FWss0ALvK4bzkjCCP9YJPf5UHoMipOxRktuP2rj+hwCO/rkKQ1FzqvLA4VtvhV aDZQ== MIME-Version: 1.0 X-Received: by 10.68.203.161 with SMTP id kr1mr10854426pbc.192.1370894170391; Mon, 10 Jun 2013 12:56:10 -0700 (PDT) Received: by 10.70.31.195 with HTTP; Mon, 10 Jun 2013 12:56:10 -0700 (PDT) In-Reply-To: <44mwqzotyf.fsf@lowell-desk.lan> References: <51B4CFCA.3010705@hayers.org> <44mwqzotyf.fsf@lowell-desk.lan> Date: Mon, 10 Jun 2013 14:56:10 -0500 Message-ID: Subject: Re: buildworld selectively? From: Adam Vande More To: Lowell Gilbert Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Questions , Walter Hurry 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: Mon, 10 Jun 2013 19:56:10 -0000 On Sun, Jun 9, 2013 at 4:27 PM, Lowell Gilbert < freebsd-questions-local@be-well.ilk.org> wrote: > Walter Hurry writes: > > > Ah, src.conf. That's what I missed!. Thank you so much Gary, and sorry if > > it was a silly question. > > Bear in mind that you're only going to be able to shave a small fraction > off the build time. by excluding parts of the build. The 'games' section > in particular has almost nothing in it. You can save great deal of build time if you don't need much. Between limiting what is built for world and kernel, most builds could be cut to a small fraction of what default is. For example, WITHOUT_CLANG alone save a lot of time. However to get a complete targeted build takes a good deal of effort. Usually only makes sense for mass deployments IME. -- Adam Vande More