svn commit: r469034 - head/devel/xtensa-esp32-elf

Craig Leres leres at FreeBSD.org
Fri May 4 16:10:14 UTC 2018


Author: leres
Date: Fri May  4 16:10:13 2018
New Revision: 469034
URL: https://svnweb.freebsd.org/changeset/ports/469034

Log:
  Merge pre-configure and pre-build into do-configure, merge
  pre-build and post-build into do-build as requested by mat at .
  
  Reviewed by:	matthew (mentor)
  Approved by:	matthew (mentor)
  Differential Revision:	https://reviews.freebsd.org/D15287

Modified:
  head/devel/xtensa-esp32-elf/Makefile

Modified: head/devel/xtensa-esp32-elf/Makefile
==============================================================================
--- head/devel/xtensa-esp32-elf/Makefile	Fri May  4 16:04:09 2018	(r469033)
+++ head/devel/xtensa-esp32-elf/Makefile	Fri May  4 16:10:13 2018	(r469034)
@@ -67,25 +67,19 @@ post-extract:
 	    ${BUILD_WRKSRC}/.build/tarballs
 .endfor
 
-pre-configure:
+do-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
-
-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
 


More information about the svn-ports-all mailing list