diff options
author | Nick Clifton <nickc@redhat.com> | 2021-08-31 11:19:56 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-08-31 11:19:56 +0100 |
commit | 88ae41e17980533927f98339bcb40015522f06c4 (patch) | |
tree | 739847246cdcd716088e75cf0eb53acff18dad6b /binutils | |
parent | a262b82fdbf4cda3b0648b1adc32245ca3f78b7a (diff) | |
download | gdb-88ae41e17980533927f98339bcb40015522f06c4.zip gdb-88ae41e17980533927f98339bcb40015522f06c4.tar.gz gdb-88ae41e17980533927f98339bcb40015522f06c4.tar.bz2 |
Update the how-to-make-a-release document so that a check for empty manual pages is included. cf PR 28144
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/README-how-to-make-a-release | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release index 19ae2b2..7aa5efa 100644 --- a/binutils/README-how-to-make-a-release +++ b/binutils/README-how-to-make-a-release @@ -232,6 +232,10 @@ When the time comes to actually make the release.... tar tvf binutils-2.37.tar.bz2 | grep -e "---" + Also check that the man files are not empty. (cf PR 28144). + + tar tvf binutils-2.37.tar.xz | grep -e "\.1" + 25. Sanity check the release on x86_64-pc-linux-gnu by building and running the testsuites (gas, gold, binutils and ld). Make the source directory read-only before building. Also test |