Date: Sat, 27 Aug 2016 12:25:04 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420974 - head/devel/binutils Message-ID: <201608271225.u7RCP4rs039476@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Aug 27 12:25:04 2016 New Revision: 420974 URL: https://svnweb.freebsd.org/changeset/ports/420974 Log: Stop trying to remove the empty lib/ for cloudabi find(1) complains about it on FreeBSD 9. I have no time to investigated. Reverted make the package build again Modified: head/devel/binutils/Makefile Modified: head/devel/binutils/Makefile ============================================================================== --- head/devel/binutils/Makefile Sat Aug 27 12:23:58 2016 (r420973) +++ head/devel/binutils/Makefile Sat Aug 27 12:25:04 2016 (r420974) @@ -109,7 +109,6 @@ post-install: .endfor .if defined(BUREMOVE) && ${BUREMOVE:Mld} @${RM} -rf ${STAGEDIR}${PREFIX}/${BUTARGET}/lib/ldscripts - @${FIND} ${STAGEDIR}${PREFIX}/${BUTARGET}/lib -empty -delete .endif .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608271225.u7RCP4rs039476>