From owner-svn-src-all@freebsd.org Sat Mar 10 06:56:49 2018 Return-Path: Delivered-To: svn-src-all@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 CAB15F2A162; Sat, 10 Mar 2018 06:56:49 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail107.syd.optusnet.com.au (mail107.syd.optusnet.com.au [211.29.132.53]) by mx1.freebsd.org (Postfix) with ESMTP id 0454F86C3E; Sat, 10 Mar 2018 06:56:48 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from [192.168.0.102] (c110-21-101-228.carlnfd1.nsw.optusnet.com.au [110.21.101.228]) by mail107.syd.optusnet.com.au (Postfix) with ESMTPS id CC62CD4ADA2; Sat, 10 Mar 2018 17:56:38 +1100 (AEDT) Date: Sat, 10 Mar 2018 17:56:36 +1100 (EST) From: Bruce Evans X-X-Sender: bde@besplex.bde.org To: Bryan Drewery cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r330722 - head/sys/conf In-Reply-To: <201803100209.w2A29aZ6068978@repo.freebsd.org> Message-ID: <20180310175603.A1308@besplex.bde.org> References: <201803100209.w2A29aZ6068978@repo.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.2 cv=VJytp5HX c=1 sm=1 tr=0 a=PalzARQSbocsUSjMRkwAPg==:117 a=PalzARQSbocsUSjMRkwAPg==:17 a=kj9zAlcOel0A:10 a=OktE5W1Amtd_KkKttNcA:9 a=CjuIK1q_8ugA:10 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Mar 2018 06:56:50 -0000 On Sat, 10 Mar 2018, Bryan Drewery wrote: > Log: > Reduce overhead for simple 'make -V' lookups by avoiding 'find sys/'. > > Setting -DNO_SKIP_MPATH can be used for debugging. > > Reported by: bde Thanks. Bruce