diff options
author | Matt Johnston <matt@ucc.asn.au> | 2020-06-15 23:38:08 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2020-06-15 23:38:08 +0800 |
commit | 1e10af850ba6e0c3a9af1382ed0f33981d2754ec (patch) | |
tree | fb2bc22159f046a78955f03a64f71ee221183940 /release.sh | |
parent | ee4b4db816a2e77fb81290b1ad0c2e6a8af3f099 (diff) |
can't call "make lint" without configure
Diffstat (limited to 'release.sh')
-rwxr-xr-x | release.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -30,7 +30,6 @@ fi hg archive "$RELDIR" || exit 2 (cd "$RELDIR" && autoconf && autoheader) || exit 2 -(cd "$RELDIR" && make lint) || exit 2 rm -r "$RELDIR/autom4te.cache" || exit 2 |