From owner-svn-src-head@freebsd.org Fri Aug 28 04:45:05 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 60E869C27E9; Fri, 28 Aug 2015 04:45:05 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 55120A14; Fri, 28 Aug 2015 04:45:05 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 54796185C; Fri, 28 Aug 2015 04:45:05 +0000 (UTC) Date: Fri, 28 Aug 2015 04:45:05 +0000 From: Alexey Dokuchaev To: Warner Losh Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r287241 - head/gnu/usr.bin/binutils Message-ID: <20150828044505.GB88538@FreeBSD.org> References: <201508280432.t7S4WhBm034105@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201508280432.t7S4WhBm034105@repo.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) 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: Fri, 28 Aug 2015 04:45:05 -0000 On Fri, Aug 28, 2015 at 04:32:43AM +0000, Warner Losh wrote: > New Revision: 287241 > URL: https://svnweb.freebsd.org/changeset/base/287241 > > Log: > Add another .WAIT since sometimes we lose the race. Is there a way to actually correctly specify dependencies between targets instead? ./danfe