From owner-svn-src-head@freebsd.org Fri May 24 16:24:03 2019 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D625A15AF979; Fri, 24 May 2019 16:24:03 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) (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 772896DCF3; Fri, 24 May 2019 16:24:03 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from [192.168.200.4] (c-71-56-186-158.hsd1.va.comcast.net [71.56.186.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: gallatin) by duke.cs.duke.edu (Postfix) with ESMTPSA id 2C4692700120; Fri, 24 May 2019 12:23:57 -0400 (EDT) DMARC-Filter: OpenDMARC Filter v1.3.1 duke.cs.duke.edu 2C4692700120 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cs.duke.edu; s=mail0816; t=1558715037; bh=LEcK88BpJJ1DDCJJ3aB3HcoPMSIRFtVVhGQRDpporJM=; h=Subject:To:From:Date:From; b=d/dJIVeo1Itd9cqCUSycU8nszmr9pmFJs7SuFo8agSerOVpTB2VUosf1ohNb0aWIA JB3vK+f/fK9zYwYMJhvIB5EGmTcHChXgIy924Ns6aubc45K0eHfJwEj3rVv5AWH+Xw 19Wtgi/jE0N8nrUbK4Gg+DpIp4mCA40czkNIUlDufXief+PLT4L4NAFD9VOaxB0yHO e0Pni1V7PlF+vJ2vKertUslB2qzeiE6AOk1QZkODt1Q9q7Xh6iDt3oEAE1AOxZ9q3p UsGlqs5pXCsrjyQtpseINdjbvgNhuSgjlXDCvkqpBREEYXW3R2DFXX1NT6GacdHhVk ZL0mZ38PxuntQ== Subject: Re: svn commit: r348241 - head To: Mark Johnston , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201905241545.x4OFjh4N057402@repo.freebsd.org> From: Andrew Gallatin Message-ID: <857f545b-c766-b9e0-3f01-6b80420c540c@cs.duke.edu> Date: Fri, 24 May 2019 12:23:56 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <201905241545.x4OFjh4N057402@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 772896DCF3 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.96)[-0.961,0] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 May 2019 16:24:04 -0000 On 2019-05-24 11:45, Mark Johnston wrote: > Modernize the MAKE_JUST_KERNELS hint in the top-level makefile. > > It doesn't make sense to limit to -j12 anymore, build scalability > is better than it used to be. Fold the hint into the description > of the universe target. > > Reviewed by: imp Dumb question about this: Will it update toolchains, or just use what can find? Thanks, Drew