svn commit: r396576 - in head/science/cdf: . files

Alexey Dokuchaev danfe at FreeBSD.org
Fri Sep 11 05:44:45 UTC 2015


On Thu, Sep 10, 2015 at 05:51:45PM +0200, Jan Beich wrote:
> Alexey Dokuchaev <danfe at FreeBSD.org> 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


More information about the svn-ports-all mailing list