Admin/build_other
author wenzelm
Tue, 24 Jan 2023 18:56:33 +0100 (2023-01-24)
changeset 77079 395a0701a125
parent 75518 cb4af8c6152f
permissions -rwxr-xr-x
clarified signature: minimal interface for getenv/expand_env, instead of bulky java.util.Map;
#!/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 "$@"