]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove steps for adding .dirstamp when creating pre-release tarball
authorNick Clifton <nickc@redhat.com>
Tue, 22 Jul 2025 14:40:00 +0000 (15:40 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 22 Jul 2025 14:41:11 +0000 (15:41 +0100)
binutils/README-how-to-make-a-release

index 6e19a8bffa81cfc4f778a53ea3f0417864a2f9b8..0604a5646ebfbb431cc2327ed255b7f6e80d94df 100644 (file)
@@ -136,17 +136,6 @@ 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 `date +%Y-%m-%d` binutils-2.45.90/gas/doc/.dirstamp
-          tar rvf binutils-2.45.90.tar binutils-2.45.90/gas/doc/.dirstamp
-          rm binutils-2.45.90.tar.xz
-          xz -9 -k binutils-2.45.90.tar
-
-        ...END OF FIXME
-
      c. Build a test target using this tarball.
 
            cp binutils-*.tar.xz /dev/shm