Debug:
[lttng-ci.git] / userspace-rcu / liburcu-master.sh
index 21bee61bfe2227664ae226c7f27612b8767d4c14..52fbba46d6a725450dab36a2d3afbeb017a3a89d 100755 (executable)
@@ -64,7 +64,7 @@ case "$build" in
                ;;
 esac
 
-make V=1
+make
 make install
 make clean
 
@@ -72,6 +72,7 @@ make clean
 find $WORKSPACE/build/lib -name "*.so" -exec chrpath --delete {} \;
 find $WORKSPACE/build/lib -name "*.la" -exec rm -f {} \;
 
+# Cleanup temp directory of dist build
 if [ $build = "dist" ]; then
        rm -rf $BUILD_PATH
 fi
This page took 0.022802 seconds and 4 git commands to generate.