diff options
author | Roy T. Fielding <fielding@apache.org> | 2001-04-17 05:06:12 +0200 |
---|---|---|
committer | Roy T. Fielding <fielding@apache.org> | 2001-04-17 05:06:12 +0200 |
commit | e3b2b9dd466c8567bb8e5f56d5c9914b4eda8d7b (patch) | |
tree | c6bb6c46c26e6f7a569bb98f97a8d4a58e4e33a5 /build | |
parent | If a higher-level filter handles the the byterange aspects of a (diff) | |
download | apache2-e3b2b9dd466c8567bb8e5f56d5c9914b4eda8d7b.tar.xz apache2-e3b2b9dd466c8567bb8e5f56d5c9914b4eda8d7b.zip |
Remove some obsolete copies
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88874 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rwxr-xr-x | build/httpd_roll_release | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/httpd_roll_release b/build/httpd_roll_release index 9930ec0a6d..6eaaf51223 100755 --- a/build/httpd_roll_release +++ b/build/httpd_roll_release @@ -48,11 +48,6 @@ cd $START_DIR/$WORKING_DIR echo >> $LOG_NAME echo "Running ./buildconf" >> $LOG_NAME ./buildconf >> $LOG_NAME -rm -f ltconfig ltmain.sh config.sub config.guess -cp /usr/local/share/libtool/ltconfig . -cp /usr/local/share/libtool/ltmain.sh . -cp /usr/local/share/libtool/config.sub . -cp /usr/local/share/libtool/config.guess . # Remove any files we don't distribute with our code rm -f STATUS |