From 277c29cc7bcd21ee27b5a021d89a544371f13f85 Mon Sep 17 00:00:00 2001 From: Joe Garcia <joe.garcia@ssec.wisc.edu> Date: Sat, 14 Nov 2015 15:24:35 -0600 Subject: [PATCH] remove unused lines --- ShellB3/shallbethree.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ShellB3/shallbethree.sh b/ShellB3/shallbethree.sh index c0897139..c4295dc4 100755 --- a/ShellB3/shallbethree.sh +++ b/ShellB3/shallbethree.sh @@ -3630,13 +3630,6 @@ PATCH make_script zeromq <<SCRIPT echo >> tests/test_connect_delay.cpp SCRIPT - #echo "building zeromq for $BASE" - #(cd build/zeromq-${ZEROMQVER} \ - # && (test -f configure || ./autogen.sh) \ - # && ./configure --prefix=$BASE ${SB3BUILDFLAGS} "$@"\ - # && make \ - # && MAKEFLAGS="" make install ) \ - # || oops "zeromq build failed" _configure_make_install zeromq src/optional/zeromq-${ZEROMQVER}.tar.* zeromq-${ZEROMQVER} #echo /lib64/libuuid* >> requires } -- GitLab