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

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

trans-coord/gnun/server/gnun ChangeLog GNUmakefile


From: Pavel Kharitonov
Subject: trans-coord/gnun/server/gnun ChangeLog GNUmakefile
Date: Tue, 27 Sep 2011 10:03:47 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Pavel Kharitonov <ineiev>       11/09/27 10:03:47

Modified files:
        gnun/server/gnun: ChangeLog GNUmakefile 

Log message:
        * GNUmakefile (home-rules): Fix `extract-outdated-date' invocation.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.206&r2=1.207
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.97&r2=1.98

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -b -r1.206 -r1.207
--- ChangeLog   22 Sep 2011 12:05:42 -0000      1.206
+++ ChangeLog   27 Sep 2011 10:03:46 -0000      1.207
@@ -1,3 +1,8 @@
+2011-09-27  Pavel Kharitonov  <address@hidden>
+
+       * GNUmakefile (home-rules): Fix `extract-outdated-date'
+       invocation.
+
 2011-09-23  Pavel Kharitonov  <address@hidden>
 
        * GNUmakefile (whatsnew-translist-rule): New variable.

Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -b -r1.97 -r1.98
--- GNUmakefile 22 Sep 2011 12:05:42 -0000      1.97
+++ GNUmakefile 27 Sep 2011 10:03:46 -0000      1.98
@@ -630,9 +630,10 @@
          "s/\(<!--#include file=\"gnusflashes*\)\(.include\" 
-->\)/\1.$(1)\2/g" \
          $(rootdir)/po/home.$(1).m4
        $(M4) $(rootdir)/po/home.$(1).m4 > $$@
-       PO=$(rootdir)/po/home.$(1).po; \
-          ($(call extract-outdated-date,$$$$PO) >/dev/null \
-           && $(call mark-outdated,$$@,$(1))) || true
+       if $(call extract-outdated-date,$(rootdir)/po/home.$(1).po) \
+           >/dev/null; then \
+         PO=$(rootdir)/po/home.$(1).po; $(call mark-outdated,$$@,$(1)); \
+       fi
        $(VALIDATESKIP) $(VALIDATE-HTML-NOTIFY) $(NOTIFYSKIP) $(transl-addr) \
          $$@ || (PO=$(rootdir)/po/home.$(1).po ; $$(touch-hook))
 endef



reply via email to

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