Admin/build_other
author haftmann
Mon, 16 Dec 2024 21:08:43 +0100
changeset 81609 3458f17e7cba
parent 75518 cb4af8c6152f
permissions -rwxr-xr-x
more simp rules on word conversions

#!/usr/bin/env bash
#
# DESCRIPTION: build other Isabelle from sync_repos directory

unset CDPATH
THIS="$(cd "$(dirname "$0")"; pwd)"

"$THIS/../bin/isabelle" scala_build -q || exit $?
"$THIS/../bin/isabelle_java" isabelle.Build_History "$@"