From owner-freebsd-current@FreeBSD.ORG Thu Dec 6 00:28:37 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E9F863A; Thu, 6 Dec 2012 00:28:37 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by mx1.freebsd.org (Postfix) with ESMTP id D01728FC0C; Thu, 6 Dec 2012 00:28:36 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n9so7495923oag.13 for ; Wed, 05 Dec 2012 16:28:36 -0800 (PST) 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=ak54N44hEGocepL0dmjasupBIMowA6PFKbHFCOZ7Q6c=; b=W1jRiaduyjqadlhuKr3tdMQJwT2z1cpKvb3Zz/4qf6WSuOpJ64Qb1i1fHc6BK6ejL5 lIMssEjepEdYeb6FgSHC9wfpnryC/mG27Xw8QjmmPwGA/dyYxYBWNlVIe/6ceNheKlTk glAUTVp9IeqeFbabH5KK/SRpSSP1Y762hcBvfa5oVyel/TBLif7Pht5rtjzZAaFiFO9T kcR0d/fsGJRnrE01aQh/N2vFt6XvxsrS4jrGHJkiDJHR3CjPdfMQoOfiG93KQ8wb3Cwe rQ8rfAMLJDztZnJs+60PK1/Pg4KB7mmlqghUulS+2pTZdGen2KXpZqK4dRwIFI3xKEmm WxkA== MIME-Version: 1.0 Received: by 10.60.170.114 with SMTP id al18mr15627561oec.56.1354753716399; Wed, 05 Dec 2012 16:28:36 -0800 (PST) Received: by 10.76.143.33 with HTTP; Wed, 5 Dec 2012 16:28:36 -0800 (PST) In-Reply-To: <20E25F79-2C53-45FD-BB7F-060AC9B26245@my.gd> References: <5083D84E.50903@freebsd.org> <201212041052.51476.jhb@freebsd.org> <201212051142.18361.jhb@freebsd.org> <0EC857C9-4C1B-467D-8499-B493401B64BC@bsdimp.com> <20E25F79-2C53-45FD-BB7F-060AC9B26245@my.gd> Date: Wed, 5 Dec 2012 16:28:36 -0800 Message-ID: Subject: Re: kernel module parallel build? From: Garrett Cooper To: Damien Fleuriot Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-hackers@freebsd.org" , AndreOppermann , FreeBSD Current , Ryan Stone , Warner Losh X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2012 00:28:37 -0000 On Wed, Dec 5, 2012 at 3:51 PM, Damien Fleuriot wrote: ... > All trolling aside, I believe an awesome fix to be setting module override in /etc/make.conf to only build the 4-5 specific modules one needs. > > To be honest I think this configuration tweak should be advertised a bit more as it definitely speeds up kernel builds. > > I would be happy to check if this is advertised in the handbook in the "rebuilding kernel" section and enhance its visibility if required. > > I can provide en_US and fr_FR. +1. Please write it up if you can; it's much quicker/better than the kitchen sink approach if you know what you're doing and don't have to build for a large set of platforms. Thanks! -Garrett