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: Yavor Doganov
Subject: trans-coord/gnun/server/gnun ChangeLog GNUmakefile
Date: Fri, 06 Feb 2009 14:20:58 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   09/02/06 14:20:58

Modified files:
        gnun/server/gnun: ChangeLog GNUmakefile 

Log message:
        ($(1).proto $(1).translinks): Split...
        ($(1).translinks): ...into a separate empty rule with $(1).proto
        as prerequisite.  Fixes race condition with -jN.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.128&r2=1.129
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.62&r2=1.63

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -b -r1.128 -r1.129
--- ChangeLog   1 Feb 2009 12:54:10 -0000       1.128
+++ ChangeLog   6 Feb 2009 14:20:57 -0000       1.129
@@ -1,3 +1,9 @@
+2009-02-06  Yavor Doganov  <address@hidden>
+
+       * GNUmakefile ($(1).proto $(1).translinks): Split...
+       ($(1).translinks): ...into a separate empty rule with $(1).proto
+       as prerequisite.  Fixes race condition with -jN.
+
 2009-02-01  Yavor Doganov  <address@hidden>
 
        Extend --help output.

Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -b -r1.62 -r1.63
--- GNUmakefile 28 Jan 2009 10:11:24 -0000      1.62
+++ GNUmakefile 6 Feb 2009 14:20:58 -0000       1.63
@@ -452,7 +452,7 @@
 
 ### Rules for all other articles ###
 define article-pot-rules
-$(1).proto $(1).translinks: $(subst /po/,/,$(1).html)
+$(1).proto: $(subst /po/,/,$(1).html)
        $(VALIDATESKIP) $(VALIDATE-HTML-NOTIFY) $(NOTIFYSKIP) $(web-addr) $$<
        $$(mail-error-proto) $(MAKE-PROTOTYPE) --input=$$< \
          --generic=generic.html --output=$(1).proto \
@@ -460,6 +460,8 @@
            || ($(RM) $(1).proto $(1).translinks ; exit 1)
        $(SED) --in-place "s/\$$$$Date.*\$$$$/<gnun>\0<\/gnun>/g" $(1).proto
 
+$(1).translinks: $(1).proto
+
 $(1).pot: $(1).proto
        $$(addfile)
        $$(fixperm)




reply via email to

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