Mercurial > hgrepos > FreeBSD > ports > PyPy
changeset 114:8ae98a6ddf12
FIX: Remove unneeded post-build stop
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Wed, 10 Jan 2024 17:58:02 +0100 |
| parents | edb35c768cff |
| children | ce7e2a955814 |
| files | Makefile |
| diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed Jan 10 14:45:45 2024 +0100 +++ b/Makefile Wed Jan 10 17:58:02 2024 +0100 @@ -76,8 +76,4 @@ #${CHMOD} -R a-w ${WRKSRC} #${CHMOD} -R u+w ${WRKSRC}/lib_pypy -post-install: - @cd ${STAGEDIR}${PREFIX}/${PYPY_DIR} && ${SETENV} LD_LIBRARY_PATH=${WRKSRC}/pypy/goal \ - ${WRKSRC}/pypy/goal/${PYPY_EXECUTABLE} -B -I -m compileall --invalidation-mode=unchecked-hash -q -x '/tests?/' -o 0 -o 1 -o 2 -d "${PREFIX}/${PYPY_DIR}/lib" lib - .include "${MASTERDIR}/Makefile"
