Mercurial > dropbear
comparison release.sh @ 1679:90fffce0ee99
Add linter for #ifdef
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 24 May 2020 13:15:24 +0800 |
parents | 0276c0f8c2b8 |
children | e2e4929d057b |
comparison
equal
deleted
inserted
replaced
1678:4b4cfc92c5b7 | 1679:90fffce0ee99 |
---|---|
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 | |
33 | 34 |
34 rm -r "$RELDIR/autom4te.cache" || exit 2 | 35 rm -r "$RELDIR/autom4te.cache" || exit 2 |
35 | 36 |
36 rm "$RELDIR/.hgtags" | 37 rm "$RELDIR/.hgtags" |
37 | 38 |