[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Trivial Makefile patch

From: Yoshiki Hayashi <yoshiki_at_xemacs.org>
Date: 2001-02-24 08:14:22 CET

If srcdir happens to be an absolute path, you'll get an
error like this:

Running all sub-tests in stringtest...SUCCESS

Running all sub-tests in hashdump-test...SUCCESS

Running all sub-tests in
/work/yoshiki/subversion/subversion/tests/libsvn_subr/target-test.sh.../bin/sh:
.//work/yoshiki/subversion/subversion/tests/libsvn_subr/target-test.sh:
No such file or directory

* Makefile.am (SVN_TESTS): Use only relative path.

Index: subversion/tests/libsvn_subr/Makefile.am
===================================================================
RCS file: /cvs/subversion/subversion/tests/libsvn_subr/Makefile.am,v
retrieving revision 1.17
diff -u -r1.17 Makefile.am
--- subversion/tests/libsvn_subr/Makefile.am 2001/02/12 18:00:28 1.17
+++ subversion/tests/libsvn_subr/Makefile.am 2001/02/24 06:57:07
@@ -29,7 +29,7 @@
 ## Automatic tests run by `make check` -----------------------------
 
 ## A list of test-programs to run. (Each program contains sub-tests.)
-SVN_TESTS = stringtest hashdump-test $(srcdir)/target-test.sh
+SVN_TESTS = stringtest hashdump-test target-test.sh
 
 ## Give the shell script along with the distribution
 EXTRA_DIST = target-test.sh

-- 
Yoshiki Hayashi
Received on Sat Oct 21 14:36:23 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.