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: Sun, 11 May 2014 14:53:00 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Pavel Kharitonov <ineiev>       14/05/11 14:53:00

Modified files:
        gnun/server/gnun: ChangeLog GNUmakefile 

Log message:
        (mark-outdated): Fix the regular expression for the end of the inserted
        variables.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.411&r2=1.412
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.181&r2=1.182

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.411
retrieving revision 1.412
diff -u -b -r1.411 -r1.412
--- ChangeLog   9 May 2014 15:52:30 -0000       1.411
+++ ChangeLog   11 May 2014 14:53:00 -0000      1.412
@@ -1,3 +1,9 @@
+2014-05-11  Pavel Kharitonov  <address@hidden>
+
+       * GNUmakefile (mark-outdated): Fix the regular expression
+       for the end of the inserted variables (broken 
+       since 2014-04-28).
+
 2014-05-09  Pavel Kharitonov  <address@hidden>
 
        * GNUmakefile (mark-outdated): Fix the URL for PO_FILE

Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -b -r1.181 -r1.182
--- GNUmakefile 9 May 2014 15:52:30 -0000       1.181
+++ GNUmakefile 11 May 2014 14:53:00 -0000      1.182
@@ -537,7 +537,7 @@
  , diff_file=""; \
  ) \
 $(SED) --in-place \
-'/^<!--#set var="PO_FILE"/,/^[[:space:]]*<!--#set var="OUTDATED_SINCE"/d;\
+'/^<!--#set var="PO_FILE"/,/<!--#set var="OUTDATED_SINCE"/d;\
  /<!--#include virtual="\/server\/outdated/d;\
  1s%^%<!--#set var="PO_FILE"\n\
     value='"'<a href=\"$$$${PO#$(rootdir)}\">\n\



reply via email to

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