Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 May 2018 16:10:13 +0000 (UTC)
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469034 - head/devel/xtensa-esp32-elf
Message-ID:  <201805041610.w44GADB5090035@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@.
  
  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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805041610.w44GADB5090035>