From owner-freebsd-stable@freebsd.org Sun Dec 11 16:48:28 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 0C1F2C71D17 for ; Sun, 11 Dec 2016 16:48:28 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from mx2.mailbox.org (mx2.mailbox.org [80.241.60.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.mailbox.org", Issuer "SwissSign Server Silver CA 2014 - G22" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C396E1A33 for ; Sun, 11 Dec 2016 16:48:27 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id 2AB104316F for ; Sun, 11 Dec 2016 17:48:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-type:content-type:mime-version:references:in-reply-to :subject:subject:from:from:message-id:date:date:received; s= mail20150812; t=1481474888; bh=YFEr8LacsTRMEdfmQQddPo6ZYWtaXFA0L nA1qMLf2zc=; b=XA+ywdYo731GwxSiPUyprJpqCz7FvVPbr/md+HXV6YiqFqJtX oCodip1/sqjK6vmbjTW3x/atKf/jTzi2M4FlSArJqv+6JA3b+hEM3RlTwYHyHmBy MYpD9BrHYYKnBpf4hp6KXYblnMkZjZOwBG/B/E0iBA/43D/Ok8ZGFk68HBJNGeGq vTrXqu6lioLDgHwajg5mh5LmBstIpiJ2wMuZHjoxjA00ikEu8G1BUanQOefil7KE JwtXxOd+Q+qqdnnJu1MYomckvPm+nVYBzfHqzCxUPnpyLf7ay9rJvXwIbB3QDMC4 7JZN5D+NqW0LWvMAnqpZ4KQX1A/E8E7nijpuA== X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by gerste.heinlein-support.de (gerste.heinlein-support.de [91.198.250.173]) (amavisd-new, port 10030) with ESMTP id KBHKZs3x206d for ; Sun, 11 Dec 2016 17:48:08 +0100 (CET) Date: Sun, 11 Dec 2016 17:48:05 +0100 Message-ID: <8637hu76pm.wl-herbert@mailbox.org> From: "Herbert J. Skuhra" To: freebsd-stable@freebsd.org Subject: Re: make buildkernel does not respect KERNCONF or JOBS in /etc/make.conf In-Reply-To: <127a9164-9ad2-47c4-9ec4-e9f59cbe94f2@zyxst.net> References: <127a9164-9ad2-47c4-9ec4-e9f59cbe94f2@zyxst.net> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII 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: Sun, 11 Dec 2016 16:48:28 -0000 tech-lists wrote: > > Hello list, > I have found that make buildkernel/installkernel does not respect > KERNCONF= variables. It also doesn't respect MAKE_JOBS_NUMBER. It > *DOES* however respect WITH_CCACHE_BUILD. It's hard to say when the > behaviour changed to what it is, but it was sometime around the time > that 11-CURRENT became 11-STABLE. > > Sources are 11-STABLE r309795 > > Here is my /etc/make.conf, which used to work: I don't know MAKE_JOBS_NUMBER(?), but KERNCONF works for me! Are you sure that there is no extra KERNCONF line in /etc/src.conf? -- Herbert