From: Nick Clifton Date: Mon, 20 Jan 2025 16:18:36 +0000 (+0000) Subject: Update release readme for gold-in-branches change X-Git-Tag: binutils-2_45~1888 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=639dc893ab4f7fa8c432e4b580165a82645160ee;p=thirdparty%2Fbinutils-gdb.git Update release readme for gold-in-branches change --- 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.