This is a leftover from where this build script was copied, not needed
here.
Change-Id: I0320861bf2cc83cb284f9a6bd27753169c35f96b
# Clean the build directory
$MAKE clean
-# Cleanup rpath in executables and shared libraries
-#find "$WORKSPACE/$PREFIX/bin" -type f -perm -0500 -exec chrpath --delete {} \;
-#find "$WORKSPACE/$PREFIX/lib" -name "*.so" -exec chrpath --delete {} \;
-
-# Remove libtool .la files
-find "$WORKSPACE/$PREFIX/lib" -name "*.la" -exec rm -f {} \;
-
# Exit with failure if any of the tests failed
exit $failed_tests