[Git][cmucl/cmucl][issue-154-piglatin-translation-doesnt-work-anymore] adds translations diagnostic ouput to GNUmakefile
Jon Boone (@jboone)
gitlab at common-lisp.net
Thu Jun 8 02:22:09 UTC 2023
Jon Boone pushed to branch issue-154-piglatin-translation-doesnt-work-anymore at cmucl / cmucl
Commits:
cb69ee79 by Jon Boone at 2023-06-07T22:21:17-04:00
adds translations diagnostic ouput to GNUmakefile
- - - - -
1 changed file:
- src/lisp/GNUmakefile
Changes:
=====================================
src/lisp/GNUmakefile
=====================================
@@ -106,6 +106,7 @@ 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/cb69ee793b7eb1c1e0842b5687f857ddfdf3f364
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/cb69ee793b7eb1c1e0842b5687f857ddfdf3f364
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20230608/9c926cd4/attachment-0001.html>
More information about the cmucl-cvs
mailing list