guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.0-117-g75847


From: Andreas Rottmann
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.0-117-g75847d5
Date: Sat, 19 Mar 2011 23:51:46 +0000

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=75847d5767df6321adcd47e92d1a986333d4e9bd

The branch, stable-2.0 has been updated
       via  75847d5767df6321adcd47e92d1a986333d4e9bd (commit)
      from  d78de77f43e94c72602f3541ca672d6035607c81 (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 75847d5767df6321adcd47e92d1a986333d4e9bd
Author: Andreas Rottmann <address@hidden>
Date:   Sun Mar 20 00:49:07 2011 +0100

    Fix syntax error in benchmark-suite/Makefile.am
    
    * benchmark-suite/Makefile.am (SCM_BENCHMARKS): Correct position of
      a trailing backslash.

-----------------------------------------------------------------------

Summary of changes:
 benchmark-suite/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/benchmark-suite/Makefile.am b/benchmark-suite/Makefile.am
index d2ce6c8..bac1df3 100644
--- a/benchmark-suite/Makefile.am
+++ b/benchmark-suite/Makefile.am
@@ -14,8 +14,8 @@ SCM_BENCHMARKS = benchmarks/0-reference.bm            \
                 benchmarks/uniform-vector-read.bm      \
                 benchmarks/vectors.bm                  \
                 benchmarks/vlists.bm                   \
-                benchmarks/write.bm
-                 benchmarks/strings.bm                  \
+                benchmarks/write.bm                    \
+                benchmarks/strings.bm
 
 EXTRA_DIST = guile-benchmark lib.scm $(SCM_BENCHMARKS) \
             ChangeLog-2008


hooks/post-receive
-- 
GNU Guile



reply via email to

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