summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2015-09-09 18:27:30 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2015-09-09 18:27:30 +0000
commit66f136adbabc9a7b208ec58ce57129e274ce2a23 (patch)
treeba3bd44e3249f6bb26b157341f310ef22066cadc
parentf02f3b72f9dc9e5dd8b08707d3925674163787bd (diff)
downloadapr-66f136adbabc9a7b208ec58ce57129e274ce2a23.tar.gz
For buildbot's sake, keep these non-fatal when scriped, for the time being
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.5.x@1702075 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xbuildconf1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index da1019350..03ad437a3 100755
--- a/buildconf
+++ b/buildconf
@@ -137,7 +137,6 @@ if [ -f "include/apr.h" -o -f "include/arch/unix/apr_private.h" ]; then
echo ""
echo "Generated include files already exist, the tree is not clean."
echo "The resulting build-outputs.mk file is incorrect"
- exit 1
fi
exit 0