diff options
author | Nick Clifton <nickc@redhat.com> | 2025-01-20 16:18:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2025-01-20 16:18:36 +0000 |
commit | 639dc893ab4f7fa8c432e4b580165a82645160ee (patch) | |
tree | 31e5cbaab7173d94c234e99110640195e2eb7000 | |
parent | 8f8cc1d0c4f2a847f86a9eddede27938301edf44 (diff) | |
download | gdb-639dc893ab4f7fa8c432e4b580165a82645160ee.zip gdb-639dc893ab4f7fa8c432e4b580165a82645160ee.tar.gz gdb-639dc893ab4f7fa8c432e4b580165a82645160ee.tar.bz2 |
Update release readme for gold-in-branches change
-rw-r--r-- | binutils/README-how-to-make-a-release | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release index 391fe38..b9edb66 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. |