tools/release: don't double-quote $MAKE

We actually want it broken down into words... (e.g. make -jX).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2017-04-18 10:39:07 -07:00
parent ab8c1d2ee5
commit 5f46eea191

View file

@ -45,9 +45,9 @@ MAKE="${MAKE:-make}"
cd nasm
./autogen.sh
./configure --prefix=/usr/local
"$MAKE" perlreq spec manpages
"$MAKE" alldeps
"$MAKE" distclean
$MAKE perlreq spec manpages
$MAKE alldeps
$MAKE distclean
cd ..
# Clean up any previous attempt
@ -78,9 +78,9 @@ find nasm-"$version" -not -type d -print > main
# Create documentation
cd nasm-"$version"
./configure --prefix=/usr/local
"$MAKE" doc
$MAKE doc
# Remove intermediate files.
"$MAKE" cleaner
$MAKE cleaner
cd ..
# Remove non-documentation