Index: head/devel/xtensa-esp32-elf/Makefile =================================================================== --- head/devel/xtensa-esp32-elf/Makefile +++ head/devel/xtensa-esp32-elf/Makefile @@ -66,6 +66,8 @@ ${LN} -s ${DISTDIR}/${F:C/:source[0-9]+$//} \ ${BUILD_WRKSRC}/.build/tarballs .endfor + echo CT_LOG_PROGRESS_BAR=n >> \ + ${BUILD_WRKSRC}/samples/${PORTNAME}/crosstool.config do-configure: cd ${BUILD_WRKSRC} && ./bootstrap @@ -81,7 +83,9 @@ do-build: cd ${BUILD_WRKSRC} && ${SETENV} ${BUILD_ENV} ./ct-ng build cd ${BUILD_WRKSRC}/builds/${PORTNAME} && \ - ${RM} build.log.bz2 lib/charset.alias + ${CHMOD} +w . lib && \ + ${RM} build.log.bz2 lib/charset.alias && \ + ${CHMOD} -w . lib do-install: cd ${BUILD_WRKSRC}/builds && \