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

Re: svn commit: r911307 - /subversion/trunk/Makefile.in

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 23 Feb 2010 14:37:16 +0000

lgo_at_apache.org writes:

> Author: lgo
> Date: Thu Feb 18 10:11:06 2010
> New Revision: 911307
>
> URL: http://svn.apache.org/viewvc?rev=911307&view=rev
> Log:
> Make 'make check' run build/transform_libtool_scripts.sh so that the test
> scripts find their shared libs correctly without needing to run 'make' first.
>
> * trunk/Makefile.in
> (check): Add dependency on transform-libtool-scripts.
>
> Modified:
> subversion/trunk/Makefile.in
>
> Modified: subversion/trunk/Makefile.in
> URL: http://svn.apache.org/viewvc/subversion/trunk/Makefile.in?rev=911307&r1=911306&r2=911307&view=diff
> ==============================================================================
> --- subversion/trunk/Makefile.in (original)
> +++ subversion/trunk/Makefile.in Thu Feb 18 10:11:06 2010
> @@ -446,7 +446,7 @@
> # "make check CLEANUP=true" will clean up directories for successful tests.
> # "make check TESTS=subversion/tests/cmdline/basic_tests.py"
> # will perform only basic tests (likewise for other tests).
> -check: bin $(TEST_DEPS) @BDB_TEST_DEPS@
> +check: bin transform-libtool-scripts $(TEST_DEPS) @BDB_TEST_DEPS@
> @if test "$(PYTHON)" != "none"; then \
> flags="--verbose"; \
> if test "$(CLEANUP)" != ""; then \

I think that should be @TRANSFOM_LIBTOOL_SCRIPTS@ so that the
configure option is respected. What about svnserveautocheck,
davautocheck, etc.?

-- 
Philip
Received on 2010-02-23 15:37:54 CET

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.