tame: bootstrap: Stop building after bootstrap

This was a relic of the old bootstrap system, where bootstrapping was in the
context of a parent project that utilized TAME (and so TAME needed to be
built).  But that doesn't make sense in the context of TAME itself, and what
_part_ of TAME should be built should be controlled by the project utilizing
it.

This is especially important now that TAMER builds are getting much longer
with the introduction of NIR and its parser-generator.

DEV-7145
main
Mike Gerwitz 2022-09-06 13:53:35 -04:00
parent a712d8b279
commit 1dfd5d89cb
1 changed files with 0 additions and 1 deletions

View File

@ -34,5 +34,4 @@ test "${1:-}" = -n || git submodule update --init --recursive
&& { test -e hoxsl || test -L hoxsl || ln -s ../hoxsl; } \
&& autoreconf -fvi \
&& ./configure \
&& make all