summaryrefslogtreecommitdiffhomepage
path: root/release.sh
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2020-06-15 23:38:08 +0800
committerMatt Johnston <matt@ucc.asn.au>2020-06-15 23:38:08 +0800
commit1e10af850ba6e0c3a9af1382ed0f33981d2754ec (patch)
treefb2bc22159f046a78955f03a64f71ee221183940 /release.sh
parentee4b4db816a2e77fb81290b1ad0c2e6a8af3f099 (diff)
can't call "make lint" without configure
Diffstat (limited to 'release.sh')
-rwxr-xr-xrelease.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/release.sh b/release.sh
index ea3aa1d..525cef3 100755
--- a/release.sh
+++ b/release.sh
@@ -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