* [gentoo-commits] proj/gcc-patches:master commit in: /
@ 2020-12-30 17:26 99% Sergei Trofimovich
0 siblings, 0 replies; 1+ results
From: Sergei Trofimovich @ 2020-12-30 17:26 UTC (permalink / raw
To: gentoo-commits
commit: f39b46b17fbd8fb122db4ca23bebc3f4b4c23e23
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 30 17:25:09 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Dec 30 17:25:09 2020 +0000
URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=f39b46b1
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 <AT> gentoo.org>
make-tarball.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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/
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2020-12-30 17:26 99% [gentoo-commits] proj/gcc-patches:master commit in: / Sergei Trofimovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox