www-commits
[Top][All Lists]
Advanced

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

www/server/gnun GNUmakefile


From: Yavor Doganov
Subject: www/server/gnun GNUmakefile
Date: Sun, 29 Jun 2008 09:29:25 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Yavor Doganov <yavor>   08/06/29 09:29:25

Modified files:
        server/gnun    : 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://web.cvs.savannah.gnu.org/viewcvs/www/server/gnun/GNUmakefile?cvsroot=www&r1=1.4&r2=1.5

Patches:
Index: GNUmakefile
===================================================================
RCS file: /web/www/www/server/gnun/GNUmakefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- GNUmakefile 18 Jun 2008 18:35:30 -0000      1.4
+++ GNUmakefile 29 Jun 2008 09:28:57 -0000      1.5
@@ -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]