comparison release.sh @ 1720:e2e4929d057b DROPBEAR_2020.79

can't call "make lint" without configure
author Matt Johnston <matt@ucc.asn.au>
date Mon, 15 Jun 2020 23:38:08 +0800
parents 90fffce0ee99
children 552bb9b4f16a
comparison
equal deleted inserted replaced
1719:25b0ce1936c4 1720:e2e4929d057b
28 fi 28 fi
29 29
30 hg archive "$RELDIR" || exit 2 30 hg archive "$RELDIR" || exit 2
31 31
32 (cd "$RELDIR" && autoconf && autoheader) || exit 2 32 (cd "$RELDIR" && autoconf && autoheader) || exit 2
33 (cd "$RELDIR" && make lint) || exit 2
34 33
35 rm -r "$RELDIR/autom4te.cache" || exit 2 34 rm -r "$RELDIR/autom4te.cache" || exit 2
36 35
37 rm "$RELDIR/.hgtags" 36 rm "$RELDIR/.hgtags"
38 37