X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=userspace-rcu%2Fliburcu-master.sh;h=52fbba46d6a725450dab36a2d3afbeb017a3a89d;hb=6a7fce9069bc8d59719cd28cc2dc9fa4f063c60d;hp=21bee61bfe2227664ae226c7f27612b8767d4c14;hpb=8a804acc7c9bfa48177a4a88d43d81cbf6ef0f18;p=lttng-ci.git diff --git a/userspace-rcu/liburcu-master.sh b/userspace-rcu/liburcu-master.sh index 21bee61..52fbba4 100755 --- a/userspace-rcu/liburcu-master.sh +++ b/userspace-rcu/liburcu-master.sh @@ -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