diff options
author | Nick Clifton <nickc@redhat.com> | 2025-07-22 15:40:00 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2025-07-22 15:41:11 +0100 |
commit | ca8c70d033ddf0cf5c2249eb51a7c26ead685247 (patch) | |
tree | a0cdfd6abed40fffedbd9191c9cb487b063f553b | |
parent | 233cd5946413108bf4902b22a9cb23ad0a468f5e (diff) | |
download | binutils-ca8c70d033ddf0cf5c2249eb51a7c26ead685247.zip binutils-ca8c70d033ddf0cf5c2249eb51a7c26ead685247.tar.gz binutils-ca8c70d033ddf0cf5c2249eb51a7c26ead685247.tar.bz2 |
Remove steps for adding .dirstamp when creating pre-release tarball
-rw-r--r-- | binutils/README-how-to-make-a-release | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release index 6e19a8b..0604a56 100644 --- a/binutils/README-how-to-make-a-release +++ b/binutils/README-how-to-make-a-release @@ -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 |