From owner-svn-src-head@freebsd.org Thu Oct 22 23:59:54 2015 Return-Path: Delivered-To: svn-src-head@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 DC7B3A1C0BD for ; Thu, 22 Oct 2015 23:59:54 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (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 BE4101F0E for ; Thu, 22 Oct 2015 23:59:54 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from ilsoft.org (unknown [73.34.117.227]) by outbound1.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Fri, 23 Oct 2015 00:00:02 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id t9MNxkUG019789; Thu, 22 Oct 2015 17:59:46 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1445558386.14963.38.camel@freebsd.org> Subject: Re: svn commit: r289778 - head/share/mk From: Ian Lepore To: Bryan Drewery , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Thu, 22 Oct 2015 17:59:46 -0600 In-Reply-To: <201510222341.t9MNfuNK007465@repo.freebsd.org> References: <201510222341.t9MNfuNK007465@repo.freebsd.org> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.16.5 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 22 Oct 2015 23:59:55 -0000 On Thu, 2015-10-22 at 23:41 +0000, Bryan Drewery wrote: > Author: bdrewery > Date: Thu Oct 22 23:41:56 2015 > New Revision: 289778 > URL: https://svnweb.freebsd.org/changeset/base/289778 > > Log: > For SUBDIR_PARALLEL, when doing 'make clean*' or 'make obj' there > is no need to > respect SUBDIR_DEPEND_* or .WAIT. > > MFC after: 2 weeks > Sponsored by: EMC / Isilon Storage Division This doesn't feel so safe. People override these targets and do who -knows-what with them. The clean* seems especially risky since it will match targets in end-user makefiles that you don't even know about. -- Ian