From b96c43892a9e89dfa61834505bb25357e80287da Mon Sep 17 00:00:00 2001 From: "James E. King III" Date: Thu, 24 Jan 2019 17:45:07 -0500 Subject: THRIFT-4717: fix up make clean with autoconf --- bootstrap.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 2452eea44..1989437a0 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -19,7 +19,10 @@ # under the License. # -./cleanup.sh +echo -n "make distclean... " +make -k distclean >/dev/null 2>&1 +echo "ok" + if test -d lib/php/src/ext/thrift_protocol ; then if phpize -v >/dev/null 2>/dev/null ; then (cd lib/php/src/ext/thrift_protocol && phpize) -- cgit v1.2.1