From: Ali Maredia Date: Fri, 16 Sep 2016 17:31:04 +0000 (-0400) Subject: cleanup: remove blkin build config option X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=54d65834297d3ac23f3f5b0dfea5da35104110dc;p=autobuild-ceph.git cleanup: remove blkin build config option Signed-off-by: Ali Maredia --- diff --git a/build-auto.sh b/build-auto.sh index 9e76f3a..5e22bc6 100755 --- a/build-auto.sh +++ b/build-auto.sh @@ -23,11 +23,6 @@ if hostname | grep -q -- -gcov ; then export CEPH_EXTRA_CONFIGURE_ARGS="$CEPH_EXTRA_CONFIGURE_ARGS --enable-coverage" fi -if hostname | grep -q -- -blkin ; then - echo "hostname has -blkin, will --with-blkin" - export CEPH_EXTRA_CONFIGURE_ARGS="$CEPH_EXTRA_CONFIGURE_ARGS --with-blkin" -fi - if hostname | grep -q -- ceph-deb- ; then exec $mydir/build-ceph-deb-native.sh fi