mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-17 01:09:01 +00:00
[Release Script] Check for correct symlink name
While checking for the existence of the clang-tools-extra directory, the script was not checking for its destination name, "extra", and the script was failing when re-running without checking out new sources. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243898 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
43247f1977
commit
f3f35ecb54
@ -283,7 +283,7 @@ function export_sources() {
|
||||
ln -s ../../cfe.src clang
|
||||
fi
|
||||
cd $BuildDir/llvm.src/tools/clang/tools
|
||||
if [ ! -h clang-tools-extra ]; then
|
||||
if [ ! -h extra ]; then
|
||||
ln -s ../../../../clang-tools-extra.src extra
|
||||
fi
|
||||
cd $BuildDir/llvm.src/projects
|
||||
|
Loading…
x
Reference in New Issue
Block a user