From c0337c3207a8dff9c2dd343ec089c712517cb2fa Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Mon, 21 Mar 2022 14:43:52 -0400 Subject: [PATCH] jjb: binutils-gdb: remove unneeded commands at the end This is a leftover from where this build script was copied, not needed here. Change-Id: I0320861bf2cc83cb284f9a6bd27753169c35f96b --- scripts/binutils-gdb/build.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/binutils-gdb/build.sh b/scripts/binutils-gdb/build.sh index 3076995..525da5b 100755 --- a/scripts/binutils-gdb/build.sh +++ b/scripts/binutils-gdb/build.sh @@ -362,13 +362,6 @@ sum2junit "${WORKSPACE}/results/gdb.filtered.sum" "${WORKSPACE}/results/gdb.xml" # 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 -- 2.34.1