From owner-freebsd-stable@freebsd.org Mon Dec 12 09:16:16 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9E04C6CE1B for ; Mon, 12 Dec 2016 09:16:16 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B44841BFF for ; Mon, 12 Dec 2016 09:16:16 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 5FA30206A3 for ; Mon, 12 Dec 2016 04:16:15 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Mon, 12 Dec 2016 04:16:15 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=rtviMzzRkHALTAI DMmkPOi82COk=; b=KLSL+QSzklcQM2NeTLPozExJFKuVkrelBQ5ZCh2OlSK8Iz1 g1OyL+X080ZT5j1UbNOjO0+JHotUxrvwJa0XNyMWV3dnULF5T/BLnu/Ken9tdte+ NoG3ZhJB4NRt9IhSJDy1mZQnZ3bCTh4wmFeDTwtOXsb+QNeNrmx8Js44az6s= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= smtpout; bh=rtviMzzRkHALTAIDMmkPOi82COk=; b=oonHZ3rTkOnzSxB8cHqx T+HjFkGpxgCYbZ/AiHTadwNnnu3YAayW7QaduIJAnqybTt1Tuy9QnDCSGjOkXQAw Sl9kCsXNkszaNphK5kvMKtbCKZ4UvOPyrKaepSJ3BVABewF3b77EMp+Nb0fyNXOc lVnABL4Xak3r9ezBEPjqWAY= X-ME-Sender: X-Sasl-enc: CqTZiNBu7nDMI2j4M8ougRB6cyOTZFjRFf1Ov+d5XRh/ 1481534175 Received: from pumpkin.growveg.org (pumpkin.growveg.org [82.70.91.101]) by mail.messagingengine.com (Postfix) with ESMTPA id 0497F24D25 for ; Mon, 12 Dec 2016 04:16:14 -0500 (EST) Subject: Re: make buildkernel does not respect KERNCONF or JOBS in /etc/make.conf To: freebsd-stable@freebsd.org References: <201612120138.uBC1cA59025994@sdf.org> <86r35dd46x.wl-herbert@mailbox.org> <9B.7B.16304.3F86E485@dnvrco-omsmta02> From: tech-lists Message-ID: <15672f53-1a34-3120-0aa8-03aa6401be54@zyxst.net> Date: Mon, 12 Dec 2016 09:16:11 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <9B.7B.16304.3F86E485@dnvrco-omsmta02> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Dec 2016 09:16:17 -0000 On 12/12/2016 09:07, Thomas Mueller wrote: > My question is, do you build modules redundantly, or just once? > I don't want to build the same modules more than once. For me - redundantly, I guess. It's not like it takes a lot of time or space on the compiling machine, and I ensure that everything that needs to be built, is built. PUMPKIN = heavily modified config with all the stuff I don't need stripped out, and a couple of non-default lines. GENERIC = unmodified kernel that should work if by some chance PUMPKIN doesn't. -- J.