svn commit: r362472 - head/lang/gcc46

Gerald Pfeifer gerald at FreeBSD.org
Mon Jul 21 19:37:44 UTC 2014


Author: gerald
Date: Mon Jul 21 19:37:43 2014
New Revision: 362472
URL: http://svnweb.freebsd.org/changeset/ports/362472
QAT: https://qat.redports.org/buildarchive/r362472/

Log:
  Also clean *.la files in LIBEXEC, and recursively so, here and for
  TARGLIB.

Modified:
  head/lang/gcc46/Makefile

Modified: head/lang/gcc46/Makefile
==============================================================================
--- head/lang/gcc46/Makefile	Mon Jul 21 19:35:29 2014	(r362471)
+++ head/lang/gcc46/Makefile	Mon Jul 21 19:37:43 2014	(r362472)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gcc46
 PORTVERSION=	4.6.4
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	lang java
 MASTER_SITES=	${MASTER_SITE_GCC}
@@ -126,7 +126,8 @@ full-regression-test: build
 .endif
 
 post-install:
-	${RM} -f ${STAGEDIR}${TARGLIB}/*.la
+	${FIND} ${STAGEDIR}${TARGLIB} ${STAGEDIR}${LIBEXEC} \
+	        -name '*.la' | ${XARGS} ${RM}
 	${RM} -f ${STAGEDIR}${PREFIX}/man/man7/*
 	${RM} -f ${STAGEDIR}${PREFIX}/bin/rebuild-gcj-db${SUFFIX} \
 	         ${STAGEDIR}${PREFIX}/man/man1/rebuild-gcj-db${SUFFIX}.1


More information about the svn-ports-head mailing list