This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Guile".
http://git.savannah.gnu.org/cgit/guile.git/commit/?id=a6025413eb8aa5d7b38a8c2423909c468484c3cf The branch, master has been updated via a6025413eb8aa5d7b38a8c2423909c468484c3cf (commit) from c399333044640cc2919aa535784cfa3a26901b95 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a6025413eb8aa5d7b38a8c2423909c468484c3cf Author: Thien-Thi Nguyen <t...@gnuvola.org> Date: Wed Jun 16 01:01:05 2010 +0200 [build] Use UTC, precise format for âbuildstampâ value. * 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. ----------------------------------------------------------------------- Summary of changes: doc/ref/api-options.texi | 2 +- libguile/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ref/api-options.texi b/doc/ref/api-options.texi index b44bb18..3d54a28 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 diff --git a/libguile/Makefile.am b/libguile/Makefile.am index 9020a6d..5eea8dc 100644 --- a/libguile/Makefile.am +++ b/libguile/Makefile.am @@ -652,7 +652,7 @@ libpath.h: $(srcdir)/Makefile.in $(top_builddir)/config.status >> libpath.tmp @echo ' { "LIBS", "@GUILE_LIBS@" }, \' >> libpath.tmp @echo ' { "CFLAGS", "@GUILE_CFLAGS@" }, \' >> libpath.tmp - @echo ' { "buildstamp", "'"`date`"'" }, \' >> libpath.tmp + @echo ' { "buildstamp", "'`date -u +'%Y-%m-%d %T'`'" }, \' >> libpath.tmp @echo '}' >> libpath.tmp $(AM_V_GEN)mv libpath.tmp libpath.h hooks/post-receive -- GNU Guile