| author | wenzelm | 
| Sun, 20 Oct 2024 15:37:19 +0200 | |
| changeset 81210 | 8635ed5e4613 | 
| 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: 
64202diff
changeset | 5 | unset CDPATH | 
| 64202 | 6 | THIS="$(cd "$(dirname "$0")"; pwd)" | 
| 7 | ||
| 74038 
b4f57bfe82e7
more robust "isabelle build_scala" as separate tool;
 wenzelm parents: 
74017diff
changeset | 8 | "$THIS/../bin/isabelle" scala_build -q || exit $? | 
| 
b4f57bfe82e7
more robust "isabelle build_scala" as separate tool;
 wenzelm parents: 
74017diff
changeset | 9 | "$THIS/../bin/isabelle_java" isabelle.Build_Release "$@" |