tools/release: run autoconf/clean.sh if it exists

If autoconf/clean.sh exists, run it after "make distclean" as a
redundancy measure.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2024-04-04 13:50:50 -07:00
parent 99175565d8
commit 5a03edfdd9

View File

@ -48,6 +48,9 @@ cd nasm
$makej perlreq spec manpages
$makej alldeps
$makej distclean
if [ -f ./autoconf/clean.sh ]; then
sh ./autoconf/clean.sh
fi
cd ..
# Clean up any previous attempt