Follow-up to r29036: Now that the "mergeinfo" transaction file is no
[svn.git] / tools / dev / prebuild-cleanup.sh
blob5c6f780e416717b05af76fc464af9eefaa55dc84
1 #!/bin/sh
3 ### Purify a system, to simulate building Subversion on a "clean" box.
4 ###
5 ### You'll probably need to run this as `root', and may need to change
6 ### some paths for your system.
8 # Clean out old apr, apr-util config scripts.
9 rm /usr/local/bin/apr-config
10 rm /usr/local/bin/apu-config
12 # Clean out libs.
13 rm -f /usr/local/lib/APRVARS
14 rm -f /usr/local/lib/libapr*
15 rm -f /usr/local/lib/libexpat*
16 rm -f /usr/local/lib/libneon*
17 rm -f /usr/local/lib/libsvn*
19 # Clean out headers.
20 rm -f /usr/local/include/apr*
21 rm -f /usr/local/include/svn*
22 rm -f /usr/local/include/neon/*
24 ### Not sure this would be useful:
25 # rm -f /usr/local/apache2/lib/*