wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/utils po2po


From: Yann Dirson
Subject: [Wesnoth-cvs-commits] wesnoth/utils po2po
Date: Sat, 04 Sep 2004 05:00:20 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <address@hidden>    04/09/04 08:55:22

Modified files:
        utils          : po2po 

Log message:
        be more selective about "make" command to run, to reduce noise

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/utils/po2po.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: wesnoth/utils/po2po
diff -u wesnoth/utils/po2po:1.3 wesnoth/utils/po2po:1.4
--- wesnoth/utils/po2po:1.3     Sat Sep  4 07:02:56 2004
+++ wesnoth/utils/po2po Sat Sep  4 08:55:22 2004
@@ -35,7 +35,7 @@
     msgattrib --no-obsolete po/$LANG/$DSTDOMAIN.po >$tmp
     msgcat --use-first -F $tmp po/$LANG/$DSTDOMAIN.po.bak > 
po/$LANG/$DSTDOMAIN.po
 
-    rm po/stamp-po 
-    make -C po
+    touch -d '1970-01-02' po/$LANG/$DSTDOMAIN.po
+    make -C po $LANG/$DSTDOMAIN.po
 done
 rm $tmp




reply via email to

[Prev in Thread] Current Thread [Next in Thread]