CMUCL commit: intl-branch src/lisp (GNUmakefile)

Raymond Toy rtoy at common-lisp.net
Tue Mar 2 14:44:24 CET 2010


    Date: Tuesday, March 2, 2010 @ 08:44:24
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/lisp
     Tag: intl-branch

Modified: GNUmakefile

Print each file as it's being processed.


-------------+
 GNUmakefile |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


Index: src/lisp/GNUmakefile
diff -u src/lisp/GNUmakefile:1.33.14.4 src/lisp/GNUmakefile:1.33.14.5
--- src/lisp/GNUmakefile:1.33.14.4	Fri Feb 26 10:35:03 2010
+++ src/lisp/GNUmakefile	Tue Mar  2 08:44:24 2010
@@ -1,4 +1,4 @@
-# $Header: /project/cmucl/cvsroot/src/lisp/GNUmakefile,v 1.33.14.4 2010-02-26 15:35:03 rtoy Exp $
+# $Header: /project/cmucl/cvsroot/src/lisp/GNUmakefile,v 1.33.14.5 2010-03-02 13:44:24 rtoy Exp $
 
 all: lisp.nm translations
 
@@ -77,6 +77,8 @@
             d=`dirname $$pot`; \
 	    f=`basename $$pot .pot`; \
 	    touch ../../src/$$po/$$f.po; \
+	    echo ; \
+	    echo '***' Processing $$f.pot:  $$po; \
 	    msgmerge -v ../../src/$$po/$$f.po $$pot -o ../../src/$$po/$$f.po; \
 	    msgfmt -v  ../../src/$$po/$$f.po -o ../$$po/$$f.mo; \
 	  done; done



More information about the cmucl-commit mailing list