guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, boehm-demers-weiser-gc, updated. relea


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, boehm-demers-weiser-gc, updated. release_1-9-2-278-g4812ce8
Date: Sun, 30 Aug 2009 23:28:27 +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=4812ce85ddf1d04c49436ada34152ac7751a8b50

The branch, boehm-demers-weiser-gc has been updated
       via  4812ce85ddf1d04c49436ada34152ac7751a8b50 (commit)
      from  0665b3ffcb7ec5232a51ff632a818a638dfd4054 (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 4812ce85ddf1d04c49436ada34152ac7751a8b50
Author: Ludovic Courtès <address@hidden>
Date:   Mon Aug 31 01:28:09 2009 +0200

    Fix `benchmark-guile'.
    
    * benchmark-guile.in (guile): Use `meta/guile', not `pre-inst-guile'.

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

Summary of changes:
 benchmark-guile.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/benchmark-guile.in b/benchmark-guile.in
index af1ade6..34f9c06 100644
--- a/benchmark-guile.in
+++ b/benchmark-guile.in
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Usage: benchmark-guile [-i GUILE-INTERPRETER] [GUILE-BENCHMARK-ARGS]
-# If `-i GUILE-INTERPRETER' is omitted, use ${top_builddir}/pre-inst-guile.
+# If `-i GUILE-INTERPRETER' is omitted, use ${top_builddir}/meta/guile.
 # See ${top_srcdir}/benchmark-suite/guile-benchmark for documentation on 
GUILE-BENCHMARK-ARGS.
 #
 # Example invocations:
@@ -21,7 +21,7 @@ if [ x"$1" = x-i ] ; then
     shift
     shift
 else
-    guile=${top_builddir}/pre-inst-guile
+    guile=${top_builddir}/meta/guile
 fi
 
 GUILE_LOAD_PATH=$BENCHMARK_SUITE_DIR


hooks/post-receive
-- 
GNU Guile




reply via email to

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