Hello Jim,

with build-aux/check.mk, the setting of CU_TEST_NAME isn't right any
more, as check.mk does not set $$tst.  I'd prefer if this be fixed in
check.mk.

Cheers,
Ralf

2007-11-30  Ralf Wildenhues  <[EMAIL PROTECTED]>

        * build-aux/check.mk (am__check_pre): Set `tst', for
        CU_TEST_NAME in tests/check.mk.

diff --git a/build-aux/check.mk b/build-aux/check.mk
index 9f63b6d..95f56cb 100644
--- a/build-aux/check.mk
+++ b/build-aux/check.mk
@@ -94,6 +94,7 @@ SH_E_WORKAROUND = case $$- in *e*) set +e;; esac
 # containing $src, and passes TESTS_ENVIRONMENT.
 am__check_pre =                                        \
 $(SH_E_WORKAROUND);                            \
+tst=`echo "$$src" | sed 's|^.*/||'`;           \
 $(mkdir_p) "$$(dirname $@)" || exit;           \
 if test -f "./$$src"; then dir=./;             \
 elif test -f "$$src"; then dir=;               \


_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to