| author | wenzelm |
| Mon, 23 Jun 2025 14:42:40 +0200 | |
| changeset 82742 | 085e624a1303 |
| 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 "$@" |