Skip to content

Commit 3db22ed

Browse files
author
H. Peter Anvin
committed
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 <[email protected]>
1 parent e72d4bf commit 3db22ed

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tools/release

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,7 @@ makej="${makej:-make}"
4545
cd nasm
4646
./autogen.sh --clearenv
4747
./configure --prefix=/usr/local
48-
$makej perlreq spec manpages
49-
$makej alldeps
50-
$makej distclean
51-
if [ -f ./autoconf/clean.sh ]; then
52-
sh ./autoconf/clean.sh
53-
fi
48+
$makej dist
5449
cd ..
5550

5651
# Clean up any previous attempt

0 commit comments

Comments
 (0)