diff options
author | Jim Jagielski <jim@apache.org> | 2013-12-23 18:58:42 +0100 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2013-12-23 18:58:42 +0100 |
commit | 1a75000a34fc2a56547a613e8e64efdf1313f185 (patch) | |
tree | c8c286f2841a7eb4c74dd3ee50ac16f7edfa84ae /buildconf | |
parent | we need to remove this fluff as well (diff) | |
download | apache2-1a75000a34fc2a56547a613e8e64efdf1313f185.tar.xz apache2-1a75000a34fc2a56547a613e8e64efdf1313f185.zip |
Just in case the Makefile is incompatible, remove the
fluff when we rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1553165 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -201,6 +201,9 @@ ${AUTOCONF:-autoconf} 2>&1 | grep -v "$cross_compile_warning" # Remove autoconf 2.5x cache directories rm -rf autom4te*.cache +# Remove possible bsd_converted file +rm -rf bsd_converted + if [ -f `which cut` ]; then echo rebuilding rpm spec file ( VMMN=`build/get-version.sh mmn include/ap_mmn.h MODULE_MAGIC_NUMBER` |