mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-11-03 17:41:07 +00:00
Update debian/orig-tar.sh to remove autoconf/config.sub autoconf/config.guess
in polly
This commit is contained in:
parent
fab0601479
commit
f6359ef2eb
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,6 +1,8 @@
|
||||
llvm-toolchain-3.8 (1:3.8~+rc2-2~exp1) UNRELEASED; urgency=medium
|
||||
|
||||
* Update the clang description for something more accurate (C++-11, 14, etc)
|
||||
* Update debian/orig-tar.sh to remove autoconf/config.sub autoconf/config.guess
|
||||
in polly
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 07 Feb 2016 17:15:39 +0100
|
||||
|
||||
|
||||
2
debian/orig-tar.sh
vendored
2
debian/orig-tar.sh
vendored
@ -113,7 +113,7 @@ rm -rf $COMPILER_RT_TARGET
|
||||
# Polly
|
||||
POLLY_TARGET=polly_$VERSION
|
||||
$SVN_CMD $(get_svn_url polly $BRANCH $TAG) $POLLY_TARGET
|
||||
rm -rf $POLLY_TARGET/www
|
||||
rm -rf $POLLY_TARGET/www $POLLY_TARGET/autoconf/config.sub $POLLY_TARGET/autoconf/config.guess
|
||||
tar jcvf $FULL_VERSION.orig-polly.tar.bz2 $POLLY_TARGET
|
||||
rm -rf $POLLY_TARGET
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user