Jon Boone pushed to branch issue-154-piglatin-translation-doesnt-work-anymore at cmucl / cmucl
Commits: c24b478b by Jon Boone at 2023-06-07T21:14:45-04:00 adding diagnostic message about POT
- - - - -
1 changed file:
- bin/build.sh
Changes:
===================================== bin/build.sh ===================================== @@ -246,6 +246,7 @@ if [ "${BUILD_POT}" = "yes" ]; then fi
BUILD=3 +echo "MAKE_TARGET = ${MAKE_TARGET}" buildit
# Asdf and friends are part of the base install, so we need to build
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/c24b478baec3bde7afc58e67...