Admin/build_other
author wenzelm
Mon, 18 Dec 2023 12:57:59 +0100
changeset 79279 d9a7ee1bd070
parent 75518 cb4af8c6152f
permissions -rwxr-xr-x
minor performance tuning: more concise union;

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