--- a/src/Pure/Admin/build_polyml.scala Fri Nov 11 21:06:15 2016 +0100
+++ b/src/Pure/Admin/build_polyml.scala Fri Nov 11 21:26:14 2016 +0100
@@ -161,9 +161,9 @@
Options are:
-b EXE other bash executable (notably for msys on Windows)
-m ARCH processor architecture (32=x86, 64=x86_64, default: x86)
- -s DIR root directory for sha1 library
+ -s DIR sha1 sources, see https://bitbucket.org/isabelle_project/sha1
- Build Poly/ML in its source ROOT directory of its sources, with additional
+ Build Poly/ML in the ROOT directory of its sources, with additional
CONFIGURE_OPTIONS (e.g. --with-gmp).
""",
"b:" -> (arg => other_bash = arg),