aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2024-05-30 12:52:37 +0100
committerNick Clifton <nickc@redhat.com>2024-05-30 12:52:37 +0100
commitcc08f5580eefc467a9a5fa8f66eeaf6a1a9bbac6 (patch)
tree28892a38f4c366a742cb012e134f0559b7260d51
parent888ef5252388556c4afa96218d05ec5e0561de94 (diff)
downloadbinutils-cc08f5580eefc467a9a5fa8f66eeaf6a1a9bbac6.zip
binutils-cc08f5580eefc467a9a5fa8f66eeaf6a1a9bbac6.tar.gz
binutils-cc08f5580eefc467a9a5fa8f66eeaf6a1a9bbac6.tar.bz2
Update binutils release documentation to include using the -z option when invoking src-release.sh
-rw-r--r--binutils/README-how-to-make-a-release6
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release
index 2318523..6c57137 100644
--- a/binutils/README-how-to-make-a-release
+++ b/binutils/README-how-to-make-a-release
@@ -306,11 +306,11 @@ How to create the release.
Then create the release tarballs:
- ./src-release.sh -b -g -l -x binutils
+ ./src-release.sh -b -g -l -x -z binutils
OR ... for a more reproducible tarball:
- ./src-release.sh -b -g -l -x -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
24. Check that the files in the tarballs have the correct
permissions.
@@ -600,7 +600,7 @@ looks like this:
h. Create the release tarballs:
- ./src-release -b -g -l -x binutils
+ ./src-release.sh -b -g -l -x -z binutils
i. Check that the files in the tarballs have the correct
permissions.