|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21572/root/usr/share/doc/subversion-1.6.11/tools/dev/ |
Upload File : |
#!/bin/sh ### Purify a system, to simulate building Subversion on a "clean" box. ### ### You'll probably need to run this as `root', and may need to change ### some paths for your system. # Clean out old apr, apr-util config scripts. rm /usr/local/bin/apr-config rm /usr/local/bin/apu-config # Clean out libs. rm -f /usr/local/lib/APRVARS rm -f /usr/local/lib/libapr* rm -f /usr/local/lib/libexpat* rm -f /usr/local/lib/libneon* rm -f /usr/local/lib/libsvn* # Clean out headers. rm -f /usr/local/include/apr* rm -f /usr/local/include/svn* rm -f /usr/local/include/neon/* ### Not sure this would be useful: # rm -f /usr/local/apache2/lib/*