]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Update release readme for gold-in-branches change
authorNick Clifton <nickc@redhat.com>
Mon, 20 Jan 2025 16:18:36 +0000 (16:18 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 20 Jan 2025 16:18:36 +0000 (16:18 +0000)
binutils/README-how-to-make-a-release

index 391fe38c1bcc57951355369daf9c945c094dd225..b9edb6644771dba7a5f665131e9521bb23478d09 100644 (file)
@@ -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.