commit:     843bf0a4299600753c956a84feefba2abc8775c5
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 25 17:06:12 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 17:06:12 2020 +0000
URL:        
https://gitweb.gentoo.org/proj/toolchain/binutils-patches.git/commit/?id=843bf0a4

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 <AT> gentoo.org>

 All/0000-Gentoo-Git-is-development | 12 ------------
 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
 

Reply via email to