tools/release: use "make dist"

This target exists; use it, instead of effectively open-coding it into
the release script, causing bit rot and testing problems.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2024-04-15 05:18:04 -07:00
parent e72d4bf519
commit 3db22ed63e

View File

@ -45,12 +45,7 @@ makej="${makej:-make}"
cd nasm
./autogen.sh --clearenv
./configure --prefix=/usr/local
$makej perlreq spec manpages
$makej alldeps
$makej distclean
if [ -f ./autoconf/clean.sh ]; then
sh ./autoconf/clean.sh
fi
$makej dist
cd ..
# Clean up any previous attempt