From owner-svn-ports-all@FreeBSD.ORG Fri Aug 23 01:31:27 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 799D199F; Fri, 23 Aug 2013 01:31:27 +0000 (UTC) Date: Fri, 23 Aug 2013 01:31:27 +0000 From: Alexey Dokuchaev To: Tijl Coosemans Subject: Re: svn commit: r325226 - head/devel/openvex Message-ID: <20130823013127.GA28387@FreeBSD.org> References: <201308221911.r7MJBxAk075524@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201308221911.r7MJBxAk075524@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Aug 2013 01:31:27 -0000 On Thu, Aug 22, 2013 at 07:11:59PM +0000, Tijl Coosemans wrote: > New Revision: 325226 > URL: http://svnweb.freebsd.org/changeset/ports/325226 > > Log: > Multiple targets in ALL_TARGET are run in parallel and here we want to > run them sequentially, so run make clean from post-build. Yes, several ports suffer from this bug. I guess since we're building in parallel by default, portlint(1) should check if multiple targets are listed in ALL_TARGET (or INSTALL_TARGET) and alert the user of possible make jobs unsafety. ./danfe