bundle main HOL image only, to save about 300 MB disk space;
authorwenzelm
Fri, 14 Jan 2011 20:22:27 +0100
changeset 41804f55d564e0521
parent 41803 178fdd4cca46
child 41805 b46ec69f1c60
bundle main HOL image only, to save about 300 MB disk space;
Admin/makebin
     1.1 --- a/Admin/makebin	Fri Jan 14 18:23:39 2011 +0100
     1.2 +++ b/Admin/makebin	Fri Jan 14 20:22:27 2011 +0100
     1.3 @@ -100,9 +100,7 @@
     1.4  if [ -n "$DO_LIBRARY" ]; then
     1.5    ./build -bait
     1.6  else
     1.7 -  ./build -b -m HOL-Nominal HOL
     1.8 -  ./build -b -m HOLCF HOL
     1.9 -  ./build -b ZF
    1.10 +  ./build -b HOL
    1.11  fi
    1.12  
    1.13