mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-16 14:19:52 +08:00
Update binutils release documentation to include using the -z option when invoking src-release.sh
This commit is contained in:
@@ -306,11 +306,11 @@ How to create the release.
|
|||||||
|
|
||||||
Then create the release tarballs:
|
Then create the release tarballs:
|
||||||
|
|
||||||
./src-release.sh -b -g -l -x binutils
|
./src-release.sh -b -g -l -x -z binutils
|
||||||
|
|
||||||
OR ... for a more reproducible tarball:
|
OR ... for a more reproducible tarball:
|
||||||
|
|
||||||
./src-release.sh -b -g -l -x -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
|
||||||
|
|
||||||
24. Check that the files in the tarballs have the correct
|
24. Check that the files in the tarballs have the correct
|
||||||
permissions.
|
permissions.
|
||||||
@@ -600,7 +600,7 @@ looks like this:
|
|||||||
|
|
||||||
h. Create the release tarballs:
|
h. Create the release tarballs:
|
||||||
|
|
||||||
./src-release -b -g -l -x binutils
|
./src-release.sh -b -g -l -x -z binutils
|
||||||
|
|
||||||
i. Check that the files in the tarballs have the correct
|
i. Check that the files in the tarballs have the correct
|
||||||
permissions.
|
permissions.
|
||||||
|
|||||||
Reference in New Issue
Block a user