lang/rust: fixes
- Remove extra STRIP_CMD from the Makefile - Fix SRIP_CMD that was stripping statically linked libraries Approved by: mentors (implicit)
This commit is contained in:
parent
51825cd15e
commit
7323ebb6c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371637
1 changed files with 1 additions and 3 deletions
|
@ -56,8 +56,6 @@ post-extract:
|
|||
post-install:
|
||||
@${RM} ${STAGEDIR}${PREFIX}/lib/rustlib/manifest
|
||||
@${STRIP_CMD} `${GREP} -v -e '^@dir' -e '^man' -e 'rlib$$' \
|
||||
${PLIST} | ${SED} 's:^:${STAGEDIR}${PREFIX}/:'`
|
||||
@${STRIP_CMD} `${GREP} -v -e '^@dir' -e '^man' -e 'rlib$$' \
|
||||
-e '\.a$$' ${PLIST} | ${SED} 's:^:${STAGEDIR}${PREFIX}/:g'`
|
||||
-e '^.*\.a$$' ${PLIST} | ${SED} 's:^:${STAGEDIR}${PREFIX}/:'`
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue