equal
deleted
inserted
replaced
166 echo "### Preparing distribution $DISTNAME" |
166 echo "### Preparing distribution $DISTNAME" |
167 |
167 |
168 find . "(" -name \*.thy -o -name \*.ML -o -name \*.scala ")" -perm +111 -print | xargs chmod -f -x |
168 find . "(" -name \*.thy -o -name \*.ML -o -name \*.scala ")" -perm +111 -print | xargs chmod -f -x |
169 find . -print | xargs chmod -f u+rw |
169 find . -print | xargs chmod -f u+rw |
170 |
170 |
|
171 export CLASSPATH="$ISABELLE_CLASSPATH" |
|
172 |
171 ./bin/isabelle env ISABELLE_SCALA_BUILD_OPTIONS="$ISABELLE_SCALA_BUILD_OPTIONS -optimise" \ |
173 ./bin/isabelle env ISABELLE_SCALA_BUILD_OPTIONS="$ISABELLE_SCALA_BUILD_OPTIONS -optimise" \ |
172 ./Admin/build all || fail "Failed to build distribution" |
174 ./Admin/build all || fail "Failed to build distribution" |
173 |
175 |
174 ./bin/isabelle env ISABELLE_SCALA_BUILD_OPTIONS="$ISABELLE_SCALA_BUILD_OPTIONS -optimise" \ |
176 ./bin/isabelle env ISABELLE_SCALA_BUILD_OPTIONS="$ISABELLE_SCALA_BUILD_OPTIONS -optimise" \ |
175 ./bin/isabelle jedit -b || fail "Failed to build Isabelle/jEdit" |
177 ./bin/isabelle jedit -b || fail "Failed to build Isabelle/jEdit" |