Remove steps for adding .dirstamp when creating pre-release tarball

This commit is contained in:
Nick Clifton
2025-07-22 15:40:00 +01:00
parent 233cd59464
commit ca8c70d033

View 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