mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-12 18:40:23 +08: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
@ -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…
x
Reference in New Issue
Block a user