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

[PATCH] Remove test suite working dir in make local-distclean

From: William Uther <will+_at_cs.cmu.edu>
Date: 2002-08-26 01:31:30 CEST

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

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.