You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2013/12/23 18:58:42 UTC

svn commit: r1553165 - /httpd/httpd/trunk/buildconf

Author: jim
Date: Mon Dec 23 17:58:42 2013
New Revision: 1553165

URL: http://svn.apache.org/r1553165
Log:
Just in case the Makefile is incompatible, remove the
fluff when we rebuild

Modified:
    httpd/httpd/trunk/buildconf

Modified: httpd/httpd/trunk/buildconf
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/buildconf?rev=1553165&r1=1553164&r2=1553165&view=diff
==============================================================================
--- httpd/httpd/trunk/buildconf (original)
+++ httpd/httpd/trunk/buildconf Mon Dec 23 17:58:42 2013
@@ -201,6 +201,9 @@ ${AUTOCONF:-autoconf} 2>&1 | grep -v "$c
 # 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`