test-release.sh: tweak RPATH for the binary packages.
authorArnaud A. de Grandmaison <arnaud.adegm@gmail.com>
Mon, 18 Nov 2013 10:34:59 +0000 (10:34 +0000)
committerArnaud A. de Grandmaison <arnaud.adegm@gmail.com>
Mon, 18 Nov 2013 10:34:59 +0000 (10:34 +0000)
commitea8e1447d1f563f743b6b73739f4ff0912595752
tree57489ec2b05135a3faf63f5e4dad4ab0c77f533e
parent38ea7b55ece37f189726ff5bc60e0b5c2754bee4
test-release.sh: tweak RPATH for the binary packages.

libtool sets RPATH to "$ORIGIN/../lib:/the/directory/where/it/was/built/lib" so that a developper can use the built or the installed version seamlessly. Our binary packages should not have this developer friendly tweak, as the users of the binaries will not have the build tree.

Beside, in case the development tree is a possibly on an automounted share, this can create very bad user experience : they will incur an automount timeout penalty and will get a very bad feeling of llvm/clang's speed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194999 91177308-0d34-0410-b5e6-96231b3b80d8
utils/release/test-release.sh