Hi,
Removing the working copies and repositories generated by the test
suite in 'make clean' was discussed a while back. It was decided that
it should be in extraclean or distclean instead. Below is a patch that
makes that change.
While testing this I noticed that 'make distclean' seems to be
borken. Here is my quick glance summary of the breakage:
external-distclean calls distclean for apr before apr-util. The apr
distclean removes stuff that the apr-util distclean wants. The patch
below is orthogonal to this breakage.
Later,
\x/ill :-}
* Makefile.in:
(local-distclean) Add a command removing the
subversion/tests/clients/cmdline/repositories directory
hierarchy.
Index: Makefile.in
===================================================================
--- Makefile.in
+++ Makefile.in Sun Aug 25 18:48:28 2002
@@ -111,6 +111,7 @@
local-distclean: local-clean
rm -f Makefile config.cache config.log config.status libtool \
svn_private_config.h
+ rm -rf subversion/tests/clients/cmdline/repositories
local-extraclean: local-distclean
rm -f build-outputs.mk svn_private_config.h.in configure \
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 26 01:32:08 2002