Skip to content

Commit 5a03edf

Browse files
author
H. Peter Anvin
committed
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 <[email protected]>
1 parent 9917556 commit 5a03edf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/release

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ cd nasm
4848
$makej perlreq spec manpages
4949
$makej alldeps
5050
$makej distclean
51+
if [ -f ./autoconf/clean.sh ]; then
52+
sh ./autoconf/clean.sh
53+
fi
5154
cd ..
5255

5356
# Clean up any previous attempt

0 commit comments

Comments
 (0)