svn commit: r468990 - in head/devel: . xtensa-esp32-elf

Mathieu Arnold mat at FreeBSD.org
Thu May 3 22:10:39 UTC 2018


On Thu, May 03, 2018 at 09:50:21PM +0000, Craig Leres wrote:
> +pre-configure:
> +	cd ${BUILD_WRKSRC} && ./bootstrap
> +	${PRINTF} "#!/bin/sh\necho '${SUBDIR:tl}-${TAGNAME}'\n" > \
> +	    ${BUILD_WRKSRC}/version.sh
> +	${CHMOD} -w+x ${BUILD_WRKSRC}/version.sh
> +
> +do-configure:
> +	cd ${BUILD_WRKSRC} && \
> +	    ./configure --enable-local --with-grep=${LOCALBASE}/bin/grep

Please fold pre-configure into do-configure.

> +pre-build:
> +	cd ${BUILD_WRKSRC} && \
> +	    ${SETENV} -uMAKELEVEL -uMAKEFLAGS -u.MAKE.LEVEL.ENV \
> +	    ${MAKE_CMD} install && ${SETENV} ${BUILD_ENV} ./ct-ng ${PORTNAME}
> +
> +do-build:
> +	cd ${BUILD_WRKSRC} && ${SETENV} ${BUILD_ENV} ./ct-ng build
> +
> +post-build:
> +	cd ${BUILD_WRKSRC}/builds/${PORTNAME} && \
> +	    ${RM} build.log.bz2 lib/charset.alias

Please fold all those build targets into only do-build.

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20180504/ff604a77/attachment.sig>


More information about the svn-ports-head mailing list