mirror of
https://github.com/clearml/dropbear
synced 2025-05-30 18:08:24 +00:00
can't call "make lint" without configure
This commit is contained in:
parent
ee4b4db816
commit
1e10af850b
@ -30,7 +30,6 @@ fi
|
|||||||
hg archive "$RELDIR" || exit 2
|
hg archive "$RELDIR" || exit 2
|
||||||
|
|
||||||
(cd "$RELDIR" && autoconf && autoheader) || exit 2
|
(cd "$RELDIR" && autoconf && autoheader) || exit 2
|
||||||
(cd "$RELDIR" && make lint) || exit 2
|
|
||||||
|
|
||||||
rm -r "$RELDIR/autom4te.cache" || exit 2
|
rm -r "$RELDIR/autom4te.cache" || exit 2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user