From f6359ef2eb2c3bae6575c4b916487ffd8e55828d Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 14 Feb 2016 20:50:45 +0000 Subject: [PATCH] Update debian/orig-tar.sh to remove autoconf/config.sub autoconf/config.guess in polly --- debian/changelog | 2 ++ debian/orig-tar.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bf25aba5..1fea7f45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 07 Feb 2016 17:15:39 +0100 diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 1c03550f..075cae4e 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -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