Jon Boone pushed to branch issue-154-piglatin-translation-doesnt-work-anymore at cmucl / cmucl
Commits: 99d7498d by Jon Boone at 2023-06-18T10:04:23-04:00 Revert " adds translations diagnostic ouput to GNUmakefile"
This reverts commit cb69ee793b7eb1c1e0842b5687f857ddfdf3f364.
- - - - -
1 changed file:
- src/lisp/GNUmakefile
Changes:
===================================== src/lisp/GNUmakefile ===================================== @@ -106,7 +106,6 @@ LOCALE_DIRS = $(patsubst %, i18n/locale/%/LC_MESSAGES, $(LOCALES)) # FreeBSD, it moves the line to after the Language-Team line. This # makes things messy. Hence, sort and diff. translations: - echo "making translations"; \ for pot in ../../src/i18n/locale/*.pot; do \ for po in $(LOCALE_DIRS); do \ d=`dirname $$pot`; \
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/99d7498da3e3377c0fba7d79...