trans-coord-devel
[Top][All Lists]
Advanced

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

trans-coord/gnun/prep/gnun ChangeLog GNUmakefile


From: Yavor Doganov
Subject: trans-coord/gnun/prep/gnun ChangeLog GNUmakefile
Date: Thu, 31 Jan 2008 10:19:17 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   08/01/31 10:19:17

Modified files:
        gnun/prep/gnun : ChangeLog GNUmakefile 

Log message:
        (.PRECIOUS): Depend on $(template_dir)/po/%.$(1).po.
        ($(template_dir)/po/%.$(1).po): Temporarily disable $(CVS)
        invocation, since the targets are already `cvs add'-ed.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/prep/gnun/ChangeLog?cvsroot=trans-coord&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/prep/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.20&r2=1.21

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/prep/gnun/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- ChangeLog   30 Jan 2008 10:18:04 -0000      1.19
+++ ChangeLog   31 Jan 2008 10:19:16 -0000      1.20
@@ -1,3 +1,9 @@
+2008-01-31  Yavor Doganov  <address@hidden>
+
+       * GNUmakefile (.PRECIOUS): Depend on $(template_dir)/po/%.$(1).po.
+       ($(template_dir)/po/%.$(1).po): Temporarily disable $(CVS)
+       invocation, since the targets are already `cvs add'-ed.
+
 2008-01-30  Kaloian Doganov  <address@hidden>
 
        * gnun.mk (philosophy): Add `java-trap' and `sun-in-night-time'.
@@ -19,12 +25,8 @@
 2008-01-29  Kaloian Doganov  <address@hidden>
 
        * make-prototype:
-       * GNUmakefile: skip tag <gnu.org-i18n> is renamed to <gnun>.
-
-2008-01-29  Kaloian Doganov  <address@hidden>
-
-       * GNUmakefile (generate-pot): Fixed bug of inverted logical
-       operator.
+       * GNUmakefile: Skip tag <gnu.org-i18n> is renamed to <gnun>.
+       (generate-pot): Fixed bug of inverted logical operator.
 
 2008-01-28  Yavor Doganov  <address@hidden>
 

Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/prep/gnun/GNUmakefile,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- GNUmakefile 29 Jan 2008 22:03:03 -0000      1.20
+++ GNUmakefile 31 Jan 2008 10:19:16 -0000      1.21
@@ -119,12 +119,13 @@
        $(generate-pot)
 
 define template_rules
+.PRECIOUS: $(template_dir)/po/%.$(1).po
 $(template_dir)/po/%.$(1).po: $(template_dir)/po/%.pot
 # If the POT is new, it is natural that teams cannot translate it at
 # once.  Create a copy for every PO file in TEMPLATE_LINGUAS so that
 # the build can continue without errors.
 # FIXME: Check if this approach works with gettext >> 0.14.
-       [ -f $$@ ] || (cp $$< $$@ ; $(CVS) $(CVSOPTS) add $$@)
+       [ -f $$@ ] || cp $$< $$@ #; $(CVS) $(CVSOPTS) add $$@)
        @echo Updating PO file...
        $(MSGMERGE) --update $$@ $$< && touch $$@
 




reply via email to

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