author | Thomas Lindae <thomas.lindae@in.tum.de> |
Fri, 05 Jul 2024 21:40:39 +0200 | |
changeset 81074 | c87d2fa560dd |
parent 74038 | b4f57bfe82e7 |
permissions | -rwxr-xr-x |
64202 | 1 |
#!/usr/bin/env bash |
2 |
# |
|
3 |
# DESCRIPTION: build full Isabelle distribution from repository |
|
4 |
||
73705
ac07f6be27ea
avoid unexpected output+behaviour when CDPATH is set
kleing
parents:
64202
diff
changeset
|
5 |
unset CDPATH |
64202 | 6 |
THIS="$(cd "$(dirname "$0")"; pwd)" |
7 |
||
74038
b4f57bfe82e7
more robust "isabelle build_scala" as separate tool;
wenzelm
parents:
74017
diff
changeset
|
8 |
"$THIS/../bin/isabelle" scala_build -q || exit $? |
b4f57bfe82e7
more robust "isabelle build_scala" as separate tool;
wenzelm
parents:
74017
diff
changeset
|
9 |
"$THIS/../bin/isabelle_java" isabelle.Build_Release "$@" |