diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-07-25 20:06:12 +0300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-07-25 20:06:12 +0300 |
commit | 843bf0a4299600753c956a84feefba2abc8775c5 (patch) | |
tree | ba3dfe2a7672a2278e5b9347f57bdd47f4264b59 | |
parent | Textrel warnings have been enabled upstream, drop patches (3) (diff) | |
download | binutils-patches-843bf0a4299600753c956a84feefba2abc8775c5.tar.gz binutils-patches-843bf0a4299600753c956a84feefba2abc8775c5.tar.bz2 binutils-patches-843bf0a4299600753c956a84feefba2abc8775c5.zip |
Drop 0000 patch, not needed anymore
Upstream was for a while undecided how to handle this flag...
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | All/0000-Gentoo-Git-is-development | 12 | ||||
-rwxr-xr-x | make-tarball.sh | 7 |
2 files changed, 2 insertions, 17 deletions
diff --git a/All/0000-Gentoo-Git-is-development b/All/0000-Gentoo-Git-is-development deleted file mode 100644 index 2b9482d..0000000 --- a/All/0000-Gentoo-Git-is-development +++ /dev/null @@ -1,12 +0,0 @@ -Gentoo: Git is development - ---- a/bfd/development.sh -+++ b/bfd/development.sh -@@ -16,5 +16,5 @@ - # along with this program. If not, see <http://www.gnu.org/licenses/>. - - # Controls whether to enable development-mode features by default. --development=false -+development=true - - diff --git a/make-tarball.sh b/make-tarball.sh index 9f9bd9f..d681384 100755 --- a/make-tarball.sh +++ b/make-tarball.sh @@ -130,12 +130,9 @@ for myname in 0*.patch ; do mv ${myname} tmp/patch/ || exit 1 done -# add the extra patch if needed +# add the extra patch -if [[ "${PV}" != "9999" ]]; then - cp "${mypathpatches}/All/0000-Gentoo-Git-is-development" tmp/patch/0000-Gentoo-Git-is-development.patch || exit 1 - cp "${mypathpatches}/All/9999-Gentoo-We-make-a-release" tmp/patch/9999-Gentoo-We-make-a-release.patch || exit 1 -fi +cp "${mypathpatches}/All/9999-Gentoo-We-make-a-release" tmp/patch/9999-Gentoo-We-make-a-release.patch || exit 1 # add a history file |