mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
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:
parent
99175565d8
commit
5a03edfdd9
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue