forked from OSchip/llvm-project
test-release.sh: Fix naming of OpenMP runtime tarball
llvm-svn: 244058
This commit is contained in:
parent
0c6c5fc303
commit
2556a1efec
|
@ -470,7 +470,12 @@ function build_OpenMP() {
|
|||
echo "# ${MAKE} install DESTDIR=$BuildDir/Phase3/openmp.install"
|
||||
${MAKE} install DESTDIR=$BuildDir/Phase3/openmp.install
|
||||
|
||||
OpenMPPackage=OpenMP-$Triple
|
||||
OpenMPPackage=OpenMP-$Release
|
||||
if [ $RC != "final" ]; then
|
||||
OpenMPPackage=$OpenMPPackage-$RC
|
||||
fi
|
||||
OpenMPPackage=$OpenMPPackage-$Triple
|
||||
|
||||
mv $BuildDir/Phase3/openmp.install/usr/local $BuildDir/$OpenMPPackage
|
||||
cd $BuildDir
|
||||
tar cvfJ $BuildDir/$OpenMPPackage.tar.xz $OpenMPPackage
|
||||
|
|
Loading…
Reference in New Issue