[Git][cmucl/cmucl][issue-154-piglatin-translation-doesnt-work-anymore] make the additional command part of a single command line invocation

Jon Boone (@jboone) gitlab at common-lisp.net
Thu Jun 8 02:34:24 UTC 2023



Jon Boone pushed to branch issue-154-piglatin-translation-doesnt-work-anymore at cmucl / cmucl


Commits:
11ec47e8 by Jon Boone at 2023-06-07T22:33:48-04:00
make the additional command part of a single command line invocation

- - - - -


1 changed file:

- src/lisp/GNUmakefile


Changes:

=====================================
src/lisp/GNUmakefile
=====================================
@@ -106,7 +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"
+	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/11ec47e882e6c08e12a47a7a520bf4283d560abf

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/11ec47e882e6c08e12a47a7a520bf4283d560abf
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/e4cc8c30/attachment.html>


More information about the cmucl-cvs mailing list