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: Sat, 28 Jun 2008 14:09:39 +0000

CVSROOT:        /cvsroot/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   08/06/28 14:09:39

Modified files:
        gnun/server/gnun: ChangeLog GNUmakefile 

Log message:
        (touch-hook): Increment the timestamp with 1 second
        which should be sufficient for GNU make running on a GNU system.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.92&r2=1.93
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.50&r2=1.51

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -b -r1.92 -r1.93
--- ChangeLog   18 Jun 2008 09:29:27 -0000      1.92
+++ ChangeLog   28 Jun 2008 14:09:39 -0000      1.93
@@ -1,3 +1,8 @@
+2008-06-28  Yavor Doganov  <address@hidden>
+
+       * GNUmakefile (touch-hook): Increment the timestamp with 1 second
+       which should be sufficient for GNU make running on a GNU system.
+
 2008-06-18  Yavor Doganov  <address@hidden>
 
        * gnun.texi (triggers): Indent the example.  Specify that the

Index: GNUmakefile
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -b -r1.50 -r1.51
--- GNUmakefile 18 Jun 2008 09:21:33 -0000      1.50
+++ GNUmakefile 28 Jun 2008 14:09:39 -0000      1.51
@@ -207,7 +207,7 @@
 # that will update the timestamp based on the timestamp of the target.
 define touch-hook
 sleep 1 ; touch $$PO ; \
-echo "touch --reference=$@ --date='+5 minutes' $$PO" > $(@F).hook ; \
+echo "touch --reference=$@ --date='+1 seconds' $$PO" > $(@F).hook ; \
 exit 1
 endef
 




reply via email to

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