www-el-commits
[Top][All Lists]
Advanced

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

[www-el-commits] www-el GNUmakefile


From: Georgios Zarkadas
Subject: [www-el-commits] www-el GNUmakefile
Date: Mon, 21 Mar 2011 23:36:30 +0000

CVSROOT:        /cvsroot/www-el
Module name:    www-el
Changes by:     Georgios Zarkadas <gzarkadas>   11/03/21 23:36:30

Modified files:
        .              : GNUmakefile 

Log message:
        make viewvc happy with our tags

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/www-el/GNUmakefile?cvsroot=www-el&r1=1.20&r2=1.21

Patches:
Index: GNUmakefile
===================================================================
RCS file: /cvsroot/www-el/www-el/GNUmakefile,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- GNUmakefile 21 Mar 2011 22:55:50 -0000      1.20
+++ GNUmakefile 21 Mar 2011 23:36:30 -0000      1.21
@@ -194,7 +194,7 @@
 # We record UTC time with second accuracy to allow correct operation of tags 
 # even when multiple syncs per day are performed from multiple users.
 
-LASTRUN := $(shell date --rfc-3339=seconds | tr ' ' '_' | tr -d ':')
+LASTRUN := $(shell date --rfc-3339=seconds | tr ' +' '__' | tr -d ':')
 
 TAG := $(join status_,$(LASTRUN))
 



reply via email to

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