# HG changeset patch # User paulson # Date 849088893 -3600 # Node ID e34ddc74a2b467db5168f943d6bd8ee9f1645632 # Parent dacee519738a44b7dbd76a6e0977f4c8766d526f Now tries to delete SML/NJ .heap files diff -r dacee519738a -r e34ddc74a2b4 src/Tools/make-all --- a/src/Tools/make-all Wed Nov 27 10:54:16 1996 +0100 +++ b/src/Tools/make-all Wed Nov 27 11:01:33 1996 +0100 @@ -62,7 +62,7 @@ on.on) (cd $ISABELLEBIN; for f in Pure FOL ZF CCL LCF CTT Sequents HOL HOLCF Cube FOLP do - rm -f $f $f.heap + rm -f $f $f.heap* done) esac @@ -90,7 +90,7 @@ tail ZF/make$$.log gzip ZF/make$$.log case $CLEAN.$EXEC in - on.on) rm -f $ISABELLEBIN/ZF $ISABELLEBIN/ZF.heap + on.on) rm -f $ISABELLEBIN/ZF $ISABELLEBIN/ZF.heap* esac echo @@ -100,7 +100,7 @@ tail CCL/make$$.log gzip CCL/make$$.log case $CLEAN.$EXEC in - on.on) rm -f $ISABELLEBIN/CCL $ISABELLEBIN/CCL.heap + on.on) rm -f $ISABELLEBIN/CCL $ISABELLEBIN/CCL.heap* esac echo @@ -110,8 +110,8 @@ tail LCF/make$$.log gzip LCF/make$$.log case $CLEAN.$EXEC in - on.on) rm -f $ISABELLEBIN/FOL $ISABELLEBIN/FOL.heap \ - $ISABELLEBIN/LCF $ISABELLEBIN/LCF.heap + on.on) rm -f $ISABELLEBIN/FOL $ISABELLEBIN/FOL.heap* \ + $ISABELLEBIN/LCF $ISABELLEBIN/LCF.heap* esac echo @@ -121,7 +121,7 @@ tail CTT/make$$.log gzip CTT/make$$.log case $CLEAN.$EXEC in - on.on) rm -f $ISABELLEBIN/CTT $ISABELLEBIN/CTT.heap + on.on) rm -f $ISABELLEBIN/CTT $ISABELLEBIN/CTT.heap* esac echo @@ -131,7 +131,7 @@ tail Sequents/make$$.log gzip Sequents/make$$.log case $CLEAN.$EXEC in - on.on) rm -f $ISABELLEBIN/Sequents $ISABELLEBIN/Sequents.heap + on.on) rm -f $ISABELLEBIN/Sequents $ISABELLEBIN/Sequents.heap* esac echo @@ -149,8 +149,8 @@ tail HOLCF/make$$.log gzip HOLCF/make$$.log case $CLEAN.$EXEC in - on.on) rm -f $ISABELLEBIN/HOL $ISABELLEBIN/HOL.heap \ - $ISABELLEBIN/HOLCF $ISABELLEBIN/HOLCF.heap + on.on) rm -f $ISABELLEBIN/HOL $ISABELLEBIN/HOL.heap* \ + $ISABELLEBIN/HOLCF $ISABELLEBIN/HOLCF.heap* esac echo @@ -158,7 +158,7 @@ echo '*****The Lambda-Cube (Cube)*****' (cd Cube; make $NO $TEST > make$$.log) case $CLEAN.$EXEC in - on.on) rm -f $ISABELLEBIN/Cube $ISABELLEBIN/Cube.heap + on.on) rm -f $ISABELLEBIN/Cube $ISABELLEBIN/Cube.heap* esac tail Cube/make$$.log gzip Cube/make$$.log @@ -168,7 +168,7 @@ echo '*****First-Order Logic with Proof Terms (FOLP)*****' (cd FOLP; make $NO $TEST > make$$.log) case $CLEAN.$EXEC in - on.on) rm -f $ISABELLEBIN/FOLP $ISABELLEBIN/FOLP.heap + on.on) rm -f $ISABELLEBIN/FOLP $ISABELLEBIN/FOLP.heap* esac tail FOLP/make$$.log gzip FOLP/make$$.log