From owner-svn-ports-head@freebsd.org Fri Sep 11 05:44:45 2015 Return-Path: Delivered-To: svn-ports-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 7CD03A01522; Fri, 11 Sep 2015 05:44:45 +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 70C691D24; Fri, 11 Sep 2015 05:44:45 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 6F0D611D9; Fri, 11 Sep 2015 05:44:45 +0000 (UTC) Date: Fri, 11 Sep 2015 05:44:45 +0000 From: Alexey Dokuchaev To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r396576 - in head/science/cdf: . files Message-ID: <20150911054445.GB92046@FreeBSD.org> References: <201509101521.t8AFLDQE048663@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 05:44:45 -0000 On Thu, Sep 10, 2015 at 05:51:45PM +0200, Jan Beich wrote: > Alexey Dokuchaev writes: > > [...] > > +regression-test: build > > + @${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} \ > > + ${MAKE_ARGS} test -C ${BUILD_WRKSRC} > > It can be further simplified to > > regression-test: build > @${DO_MAKE_BUILD} test -C ${BUILD_WRKSRC} Fair enough; perhaps all ports that use "@${SETENV} ... ${MAKE_ARGS}" construction should be patched in a series of bulk commits. I'll think about it, thanks. ./danfe