Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gcc-patches:master commit in: /
Date: Wed, 30 Dec 2020 17:26:11
Message-Id: 1609349109.f39b46b17fbd8fb122db4ca23bebc3f4b4c23e23.slyfox@gentoo
1 commit: f39b46b17fbd8fb122db4ca23bebc3f4b4c23e23
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 30 17:25:09 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 17:25:09 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=f39b46b1
7
8 make-tarball.sh: package README.history as well
9
10 This should make it slightly easier to see what was added
11 in each patchset.
12
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 make-tarball.sh | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/make-tarball.sh b/make-tarball.sh
19 index 18dfe47..bf61b4e 100755
20 --- a/make-tarball.sh
21 +++ b/make-tarball.sh
22 @@ -64,7 +64,7 @@ rm -f gcc-${gver}-*.tar.bz2
23
24 # standard jobbies
25 mkdir -p tmp/patch/exclude tmp/uclibc tmp/piepatch tmp/specs
26 -[[ -n ${PATCH_VER} ]] && cp ${gver}/gentoo/*.patch README.Gentoo.patches tmp/patch/
27 +[[ -n ${PATCH_VER} ]] && cp ${gver}/gentoo/*.patch ${gver}/gentoo/README.history README.Gentoo.patches tmp/patch/
28 [[ -d ${gver}/man ]] && cp -r ${gver}/man tmp/
29 [[ -n ${UCLIBC_VER} ]] && cp -r ${gver}/uclibc/* README.Gentoo.patches tmp/uclibc/
30 [[ -n ${PIE_VER} ]] && cp -r ${gver}/pie/* README.Gentoo.patches tmp/piepatch/