public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] Update version numbers in howto-make-a-release document
@ 2022-12-31 13:01 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2022-12-31 13:01 UTC (permalink / raw)
  To: bfd-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d41af08c0b75d41d44a90fa9a6b6385255d69b6d

commit d41af08c0b75d41d44a90fa9a6b6385255d69b6d
Author: Nick Clifton <nickc@redhat.com>
Date:   Sat Dec 31 13:01:40 2022 +0000

    Update version numbers in howto-make-a-release document

Diff:
---
 binutils/README-how-to-make-a-release | 27 ++++++++++++++++++++++-----
 1 file changed, 22 insertions(+), 5 deletions(-)

diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release
index 3813a1dec91..62fbf6344a8 100644
--- a/binutils/README-how-to-make-a-release
+++ b/binutils/README-how-to-make-a-release
@@ -121,14 +121,31 @@ Approx time to complete from here: 2 hours ....
 
           ./src-release.sh -x binutils
 
+        FIXME: Not sure if the following steps are needed...
+	
+	Add a .dirstamp file to the gas/doc subdirectory:
+
+          touch -d <today's date> binutils-2.<release>/gas/doc/.dirstamp
+          tar rvf binutils-<release>.tar binutils-<release>/gas/doc/.ditstamp
+          rm binutils-<release>.tar.xz
+          xz -9 binutils-<release>.tar
+
+          eg:
+	    touch -d 2023-06-01 binutils-2.40.90/gas/doc/.dirstamp
+	    tar rvf binutils-2.40.90.tar binutils-2.40.90/gas/doc/.ditstamp
+            rm binutils-2.40.90.tar.xz
+            xz -9 binutils-2.40.90.tar
+	    
+	 ...END OF FIXME   
+
      c. Build a test target using this tarball.
 
-           cp binutils-2.39.90.tar.xz /dev/shm
+           cp binutils-2.40.90.tar.xz /dev/shm
 	   pushd /dev/shm
-	   tar xvf binutils-2.39.90.tar.xz
+	   tar xvf binutils-2.40.90.tar.xz
 	   mkdir build
 	   cd build
-	   ../binutils-2.39.90/configure --quiet --enable-gold
+	   ../binutils-2.40.90/configure --quiet --enable-gold
 	   make
 	   popd
 
@@ -136,8 +153,8 @@ Approx time to complete from here: 2 hours ....
 
      d. Upload the pre-release snapshot to the sourceware FTP site:
 
-          scp binutils-2.39.90.tar.xz sourceware.org:/var/ftp/pub/binutils/snapshots
-          ssh sourceware.org sha256sum ~ftp/pub/binutils/snapshots/binutils-2.39.90.tar.xz
+          scp binutils-2.40.90.tar.xz sourceware.org:/var/ftp/pub/binutils/snapshots
+          ssh sourceware.org sha256sum ~ftp/pub/binutils/snapshots/binutils-2.40.90.tar.xz
 
      e. Clean up the source directory again.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-31 13:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-31 13:01 [binutils-gdb] Update version numbers in howto-make-a-release document Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).