bundle main HOL image only, to save about 300 MB disk space;
authorwenzelm
Fri, 14 Jan 2011 20:22:27 +0100
changeset 41556 f55d564e0521
parent 41555 178fdd4cca46
child 41557 b46ec69f1c60
bundle main HOL image only, to save about 300 MB disk space;
Admin/makebin
--- a/Admin/makebin	Fri Jan 14 18:23:39 2011 +0100
+++ b/Admin/makebin	Fri Jan 14 20:22:27 2011 +0100
@@ -100,9 +100,7 @@
 if [ -n "$DO_LIBRARY" ]; then
   ./build -bait
 else
-  ./build -b -m HOL-Nominal HOL
-  ./build -b -m HOLCF HOL
-  ./build -b ZF
+  ./build -b HOL
 fi