svn commit: r361643 - head/lang/gcc47

Gerald Pfeifer gerald at FreeBSD.org
Sat Jul 12 20:57:58 UTC 2014


Author: gerald
Date: Sat Jul 12 20:57:57 2014
New Revision: 361643
URL: http://svnweb.freebsd.org/changeset/ports/361643
QAT: https://qat.redports.org/buildarchive/r361643/

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

Modified:
  head/lang/gcc47/Makefile

Modified: head/lang/gcc47/Makefile
==============================================================================
--- head/lang/gcc47/Makefile	Sat Jul 12 20:49:36 2014	(r361642)
+++ head/lang/gcc47/Makefile	Sat Jul 12 20:57:57 2014	(r361643)
@@ -135,7 +135,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-all mailing list