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: Tue, 27 May 2008 20:56:37 +0000

CVSROOT:        /cvsroot/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   08/05/27 20:56:37

Modified files:
        gnun/server/gnun: ChangeLog GNUmakefile 

Log message:
        ($(rootdir)/home.$(1).shtml)
        ($(subst /po/,/,$(1).html)): When validation of the target fails,
        sleep for two seconds before touching the prerequisite.  Fencepost
        is a fairly powerful machine so oddly enough, make still does not
        initiate a rebuild.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.70&r2=1.71
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.33&r2=1.34

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -b -r1.70 -r1.71
--- ChangeLog   23 May 2008 20:56:36 -0000      1.70
+++ ChangeLog   27 May 2008 20:56:36 -0000      1.71
@@ -1,3 +1,11 @@
+2008-05-27  Yavor Doganov  <address@hidden>
+
+       * GNUmakefile ($(rootdir)/home.$(1).shtml)
+       ($(subst /po/,/,$(1).html)): When validation of the target fails,
+       sleep for two seconds before touching the prerequisite.  Fencepost
+       is a fairly powerful machine so oddly enough, make still does not
+       initiate a rebuild.
+
 2008-05-23  Yavor Doganov  <address@hidden>
 
        * GNUmakefile ($(1).proto $(1).translinks): Mail validation errors

Index: GNUmakefile
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- GNUmakefile 23 May 2008 20:56:36 -0000      1.33
+++ GNUmakefile 27 May 2008 20:56:37 -0000      1.34
@@ -285,7 +285,7 @@
 # want to validate everything.
 ifneq (,$(findstring $(1),bg ca es ru zh-cn))
        $(VALIDATESKIP) ./validate-html-notify $(NOTIFYSKIP) $(transl-addr) \
-         $$@ || (sleep 1 ; touch $(rootdir)/po/home.$(1).po ; exit 1)
+         $$@ || (sleep 2 ; touch $(rootdir)/po/home.$(1).po ; exit 1)
 endif
 endef
 
@@ -333,7 +333,7 @@
        done
        $(M4) $(1).m4 > $$@
        $(VALIDATESKIP) ./validate-html-notify $(NOTIFYSKIP) $(transl-addr) \
-         $$@ || (sleep 1 ; touch $(1).po ; exit 1)
+         $$@ || (sleep 2 ; touch $(1).po ; exit 1)
 endef
 
 $(foreach base,$(ALL_BASE),$(eval $(call article-pot-rules,$(base))))




reply via email to

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