Admin/build_other
author wenzelm
Wed, 10 Apr 2024 11:44:25 +0200
changeset 80091 36389d25d33e
parent 75518 cb4af8c6152f
permissions -rwxr-xr-x
rename \undef to \undefined to avoid problems with MacTeX 2014 or Ubuntu 24.04 beta;

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