[nasm:nasm-2.16.xx] tools/release: use "make dist"

nasm-bot for H. Peter Anvin hpa at zytor.com
Mon Apr 15 05:21:06 PDT 2024


Commit-ID:  3db22ed63e74c28efedf8b979994f8a9192296d5
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=3db22ed63e74c28efedf8b979994f8a9192296d5
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Mon, 15 Apr 2024 05:18:04 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Mon, 15 Apr 2024 05:18:53 -0700

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 at zytor.com>


---
 tools/release | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/tools/release b/tools/release
index eb88cdea..2b834607 100755
--- a/tools/release
+++ b/tools/release
@@ -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


More information about the Nasm-commits mailing list