summaryrefslogtreecommitdiffstats
path: root/cluster/ocfs2-tools/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/ocfs2-tools/BUILD')
-rwxr-xr-xcluster/ocfs2-tools/BUILD17
1 files changed, 5 insertions, 12 deletions
diff --git a/cluster/ocfs2-tools/BUILD b/cluster/ocfs2-tools/BUILD
index 3360a9602f..09712c48ca 100755
--- a/cluster/ocfs2-tools/BUILD
+++ b/cluster/ocfs2-tools/BUILD
@@ -1,13 +1,3 @@
-local MY_OPTS="--enable-dynamic-ctl --enable-dynamic-fsck ${OPTS}" &&
-
-unset OPTS &&
-
-if [ "$OCFS2_CONSOLE" == "y" ]; then
- MY_OPTS="--enable-ocfs2console=yes ${MY_OPTS}"
-else
- MY_OPTS="--enable-ocfs2console=no --disable-glibtest ${MY_OPTS}"
-fi &&
-
./configure --build=$BUILD \
--prefix=${INSTALL_ROOT}/usr \
--infodir=${INSTALL_ROOT}/usr/share/info \
@@ -17,6 +7,9 @@ fi &&
--localstatedir=${INSTALL_ROOT}/var \
--enable-dynamic-ctl \
--enable-dynamic-fsck \
- $MY_OPTS &&
+ --disable-glibtest \
+ $OCFS2_TOOLS_OPTS &&
-make
+make_single &&
+make &&
+make_normal