Admin/build_other
author wenzelm
Tue, 26 Sep 2023 12:30:08 +0200
changeset 78715 9506b852ebdf
parent 75518 cb4af8c6152f
permissions -rwxr-xr-x
clarified signature: distinction of unmanaged vs. managed interrupts (not implemented yet);

#!/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 "$@"