summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2015-09-09 18:27:30 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2015-09-09 18:27:30 +0000
commitbc1bbe6fd78be5f41d0d63141d74ebe0ba1b97ab (patch)
treeba3bd44e3249f6bb26b157341f310ef22066cadc
parent78faccb0f24663bde3bd4eb7ba3aea427b05264a (diff)
downloadlibapr-bc1bbe6fd78be5f41d0d63141d74ebe0ba1b97ab.tar.gz
For buildbot's sake, keep these non-fatal when scriped, for the time being
git-svn-id: http://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