aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-12-30 17:25:09 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-12-30 17:25:09 +0000
commitf39b46b17fbd8fb122db4ca23bebc3f4b4c23e23 (patch)
tree8b006235def786e8ba1a6658ca8eb47b6c5c555d
parent10.2.0: cut 6 patchset (diff)
downloadgcc-patches-f39b46b17fbd8fb122db4ca23bebc3f4b4c23e23.tar.gz
gcc-patches-f39b46b17fbd8fb122db4ca23bebc3f4b4c23e23.tar.bz2
gcc-patches-f39b46b17fbd8fb122db4ca23bebc3f4b4c23e23.zip
make-tarball.sh: package README.history as well
This should make it slightly easier to see what was added in each patchset. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rwxr-xr-xmake-tarball.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-tarball.sh b/make-tarball.sh
index 18dfe47..bf61b4e 100755
--- a/make-tarball.sh
+++ b/make-tarball.sh
@@ -64,7 +64,7 @@ rm -f gcc-${gver}-*.tar.bz2
# standard jobbies
mkdir -p tmp/patch/exclude tmp/uclibc tmp/piepatch tmp/specs
-[[ -n ${PATCH_VER} ]] && cp ${gver}/gentoo/*.patch README.Gentoo.patches tmp/patch/
+[[ -n ${PATCH_VER} ]] && cp ${gver}/gentoo/*.patch ${gver}/gentoo/README.history README.Gentoo.patches tmp/patch/
[[ -d ${gver}/man ]] && cp -r ${gver}/man tmp/
[[ -n ${UCLIBC_VER} ]] && cp -r ${gver}/uclibc/* README.Gentoo.patches tmp/uclibc/
[[ -n ${PIE_VER} ]] && cp -r ${gver}/pie/* README.Gentoo.patches tmp/piepatch/