[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.1-88-g7ad073
From: |
Andy Wingo |
Subject: |
[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.1-88-g7ad0737 |
Date: |
Wed, 25 May 2011 08:28:04 +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=7ad0737de9b7bbb5f4f938518b4905b526d13ca6
The branch, stable-2.0 has been updated
via 7ad0737de9b7bbb5f4f938518b4905b526d13ca6 (commit)
from ea742d29c50c6fc4a4c03288c4ddbe33f24f1913 (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 7ad0737de9b7bbb5f4f938518b4905b526d13ca6
Author: Andy Wingo <address@hidden>
Date: Wed May 25 10:27:46 2011 +0200
out-of-tree build fix
* test-suite/standalone/Makefile.am (GUILE_AUTO_COMPILE): Add srcdir to
the environment.
* test-suite/standalone/test-import-order: Look for the modules in the
srcdir. Fixes out-of-tree builds.
-----------------------------------------------------------------------
Summary of changes:
test-suite/standalone/Makefile.am | 1 +
test-suite/standalone/test-import-order | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/test-suite/standalone/Makefile.am
b/test-suite/standalone/Makefile.am
index e239ac3..00655bd 100644
--- a/test-suite/standalone/Makefile.am
+++ b/test-suite/standalone/Makefile.am
@@ -31,6 +31,7 @@ BUILT_SOURCES =
EXTRA_DIST =
TESTS_ENVIRONMENT = \
+ srcdir="$(srcdir)" \
builddir="$(builddir)" \
GUILE_AUTO_COMPILE=0 "${top_builddir}/meta/uninstalled-env"
diff --git a/test-suite/standalone/test-import-order
b/test-suite/standalone/test-import-order
index 333f2a4..8b51312 100755
--- a/test-suite/standalone/test-import-order
+++ b/test-suite/standalone/test-import-order
@@ -1,5 +1,5 @@
#!/bin/sh
-exec guile -q -L "$builddir" -s "$0" "$@"
+exec guile -q -L "$srcdir" -s "$0" "$@"
!#
(define-module (base)
hooks/post-receive
--
GNU Guile
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.1-88-g7ad0737,
Andy Wingo <=