mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
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:
parent
e72d4bf519
commit
3db22ed63e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user