Also clean *.la files in LIBEXEC, and recursively so, here and for
TARGLIB.
This commit is contained in:
parent
76403ff943
commit
5df55640aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361643
1 changed files with 2 additions and 1 deletions
|
@ -135,7 +135,8 @@ full-regression-test: build
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-install:
|
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}/man/man7/*
|
||||||
${RM} -f ${STAGEDIR}${PREFIX}/bin/rebuild-gcj-db${SUFFIX} \
|
${RM} -f ${STAGEDIR}${PREFIX}/bin/rebuild-gcj-db${SUFFIX} \
|
||||||
${STAGEDIR}${PREFIX}/man/man1/rebuild-gcj-db${SUFFIX}.1
|
${STAGEDIR}${PREFIX}/man/man1/rebuild-gcj-db${SUFFIX}.1
|
||||||
|
|
Loading…
Reference in a new issue