[binutils-gdb] Update release readme for gold-in-branches change
Nick Clifton
nickc@sourceware.org
Mon Jan 20 16:18:41 GMT 2025
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=639dc893ab4f7fa8c432e4b580165a82645160ee
commit 639dc893ab4f7fa8c432e4b580165a82645160ee
Author: Nick Clifton <nickc@redhat.com>
Date: Mon Jan 20 16:18:36 2025 +0000
Update release readme for gold-in-branches change
Diff:
---
binutils/README-how-to-make-a-release | 26 +++++++++++++++++++++-----
1 file changed, 21 insertions(+), 5 deletions(-)
diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release
index 391fe38c1bc..b9edb664477 100644
--- a/binutils/README-how-to-make-a-release
+++ b/binutils/README-how-to-make-a-release
@@ -128,7 +128,13 @@ Approx time to complete from here: 2 hours ...
b. Create a source tarball of the BRANCH sources:
- ./src-release.sh -x binutils
+ If this is an EVEN numbered release:
+
+ ./src-release.sh -x binutils
+
+ If this is an ODD numbered release:
+
+ ./src-release.sh -x no_gold_bin
FIXME: Not sure if the following steps are needed...
@@ -300,11 +306,19 @@ How to create the release.
Then create the release tarballs:
+ If this is an EVEN numbered release:
+
./src-release.sh -b -g -l -x -z binutils
- OR ... for a more reproducible tarball:
+ If this is an ODD numbered release:
+
+ ./src-release.sh -b -g -l -x -z no_gold_bin
+
+ OR ... for a more reproducible tarball:
- ./src-release.sh -b -g -l -x -z -r `git log -1 --format=%cd --date=format:%F bfd/version.m4` binutils
+ ./src-release.sh -b -g -l -x -z \
+ -r `git log -1 --format=%cd --date=format:%F bfd/version.m4` \
+ [binutils | no_gold_bin]
24. Check that the files in the tarballs have the correct
permissions.
@@ -607,9 +621,11 @@ looks like this:
h. Create the release tarballs:
- ./src-release.sh -b -g -l -x -z binutils
+ ./src-release.sh -b -g -l -x -z [ binutils | no_gold_bin ]
or:
- ./src-release.sh -b -g -l -x -z -r `git log -1 --format=%cd --date=format:%F bfd/version.m4` binutils
+ ./src-release.sh -b -g -l -x -z
+ -r `git log -1 --format=%cd --date=format:%F bfd/version.m4`
+ [ binutils | no_gold_bin ]
i. Check that the files in the tarballs have the correct
permissions.
More information about the Binutils-cvs
mailing list