Author: breser
Date: Wed Jul 10 07:32:05 2013
New Revision: 1501662
URL: http://svn.apache.org/r1501662
Log:
In build-svn-deps-win.pl properly cleanup neon dir.
* tools/dev/build-svn-deps-win.pl
(clean_structure): Remove neon dir if it exists.
Modified:
subversion/trunk/tools/dev/build-svn-deps-win.pl
Modified: subversion/trunk/tools/dev/build-svn-deps-win.pl
URL:
http://svn.apache.org/viewvc/subversion/trunk/tools/dev/build-svn-deps-win.pl?rev=1501662&r1=1501661&r2=1501662&view=diff
==============================================================================
--- subversion/trunk/tools/dev/build-svn-deps-win.pl (original)
+++ subversion/trunk/tools/dev/build-svn-deps-win.pl Wed Jul 10 07:32:05 2013
@@ -351,6 +351,7 @@ sub clean_structure {
rmtree($INCDIR);
rmtree($LIBDIR);
rmtree("$INSTDIR\\serf");
+ rmtree("$INSTDIR\\neon");
rmtree("$INSTDIR\\sqlite-amalgamation");
# Dirs created indirectly by the install targets