From a6025413eb8aa5d7b38a8c2423909c468484c3cf Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 16 Jun 2010 01:01:05 +0200 Subject: [build] Use UTC, precise format for ‘buildstamp’ value. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libguile/Makefile.am (libpath.h): For ‘buildstamp’, specify date(1) output format precisely, and in UTC. * doc/ref/api-options.texi (Build Config): Update ‘buildstamp’ doc. --- doc/ref/api-options.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ref/api-options.texi') diff --git a/doc/ref/api-options.texi b/doc/ref/api-options.texi index b44bb1803..3d54a28fd 100644 --- a/doc/ref/api-options.texi +++ b/doc/ref/api-options.texi @@ -176,7 +176,7 @@ by @code{(version)}. The value for @code{libguileinterface} is libtool compatible and has form CURRENT:REVISION:AGE (@pxref{Versioning,, Library interface versions, libtool, GNU Libtool}). The value for @code{buildstamp} is the output of the -date(1) command. +command @samp{date -u +'%Y-%m-%d %T'} (UTC). In the source, @code{%guile-build-info} is initialized from libguile/libpath.h, which is completely generated, so deleting this file -- cgit v1.2.3