Raymond Toy pushed to branch issue-363-add-version-number at cmucl / cmucl Commits: 9ca207aa by Raymond Toy at 2025-02-04T18:34:22-08:00 Need to generate cmucl-version.sh during cross-compile Create the file before we run make. - - - - - 1 changed file: - bin/cross-build-world.sh Changes: ===================================== bin/cross-build-world.sh ===================================== @@ -138,6 +138,7 @@ EOF if [ "$BUILD_RUNTIME" = "yes" ]; then echo Building runtime + bin/git-version.sh -f > src/lisp/cmucl-version.h (cd $TARGET/lisp; ${MAKE}) fi View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/9ca207aa6fb1057f508027ff... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/9ca207aa6fb1057f508027ff... You're receiving this email because of your account on gitlab.common-lisp.net.