Update debian/orig-tar.sh to remove autoconf/config.sub autoconf/config.guess

in polly
This commit is contained in:
Sylvestre Ledru 2016-02-14 20:50:45 +00:00
parent fab0601479
commit f6359ef2eb
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -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
View File

@ -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