# HG changeset patch # User wenzelm # Date 1216062477 -7200 # Node ID 0dd8d4c558f9582980257ff52ffcfe8beda3d0b7 # Parent 6f469a8aff106580626b852448b2e247839ce303 removed HOL-Complex, which has been discontinued after Isabelle2008; diff -r 6f469a8aff10 -r 0dd8d4c558f9 Admin/makebin --- a/Admin/makebin Mon Jul 14 19:59:58 2008 +0200 +++ b/Admin/makebin Mon Jul 14 21:07:57 2008 +0200 @@ -112,8 +112,6 @@ mkdir -p "heaps/$COMPILER/log" touch "heaps/$COMPILER/HOL" touch "heaps/$COMPILER/log/HOL.gz" - touch "heaps/$COMPILER/HOL-Complex" - touch "heaps/$COMPILER/log/HOL-Complex.gz" touch "heaps/$COMPILER/HOL-Nominal" touch "heaps/$COMPILER/log/HOL-Nominal.gz" touch "heaps/$COMPILER/ZF" @@ -122,7 +120,6 @@ elif [ -n "$DO_LIBRARY" ]; then ./build -bait else - ./build -b -m HOL-Complex HOL ./build -b -m HOL-Nominal HOL ./build -b ZF rm -f "heaps/$COMPILER/Pure" "heaps/$COMPILER/FOL" @@ -141,7 +138,7 @@ gzip -f "${ISABELLE_NAME}_library.tar" cp -f "${ISABELLE_NAME}_library.tar.gz" "$ARCHIVE_DIR" else - for IMG in HOL HOL-Complex HOL-Nominal ZF + for IMG in HOL HOL-Nominal ZF do "$TAR" cf "${IMG}_$PLATFORM.tar" \ "$ISABELLE_NAME/heaps/$COMPILER/$IMG" \