Ido Barkan has uploaded a new change for review. Change subject: shell_helper: remove redundant ./configure calls ......................................................................
shell_helper: remove redundant ./configure calls autogen calls configure anyway Change-Id: Ic3d93ef7da9d16ffc57b94e15d47285e7fe18ad6 Signed-off-by: Ido Barkan <[email protected]> --- M contrib/shell_helper 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/98/44198/1 diff --git a/contrib/shell_helper b/contrib/shell_helper index 7dc2984..5c10e58 100755 --- a/contrib/shell_helper +++ b/contrib/shell_helper @@ -92,7 +92,7 @@ vdsm_build_with_hooks() { pushd $VDSM_DIR - ./autogen.sh --system && ./configure --enable-hooks && make \ + ./autogen.sh --system --enable-hooks && make \ && NOSE_EXCLUDE=.* make rpm popd } @@ -189,7 +189,7 @@ vdsm_pep8() { pushd $VDSM_DIR - ./autogen.sh --system && ./configure && make pep8 + ./autogen.sh --system && make pep8 popd } -- To view, visit https://gerrit.ovirt.org/44198 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic3d93ef7da9d16ffc57b94e15d47285e7fe18ad6 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Ido Barkan <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
