jjb: binutils-gdb: remove unneeded commands at the end
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 21 Mar 2022 18:43:52 +0000 (14:43 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 21 Mar 2022 19:27:58 +0000 (15:27 -0400)
This is a leftover from where this build script was copied, not needed
here.

Change-Id: I0320861bf2cc83cb284f9a6bd27753169c35f96b

scripts/binutils-gdb/build.sh

index 30769955a9e177200bb9fdfff3794868a96ab827..525da5b7524f7baa425411c2c88fece1121b6721 100755 (executable)
@@ -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
 
This page took 0.025912 seconds and 4 git commands to generate.