]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Update binutils release documentation to include using the -z option when invoking...
authorNick Clifton <nickc@redhat.com>
Thu, 30 May 2024 11:52:37 +0000 (12:52 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 30 May 2024 11:52:37 +0000 (12:52 +0100)
binutils/README-how-to-make-a-release

index 2318523af8319690057fff7ac819e398b1c54acd..6c57137f9a0b833036fcac1dd08e83f76a5ff809 100644 (file)
@@ -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.