src/Pure/mk
changeset 3505 1cb4ea47d967
parent 3118 24dae6222579
child 3774 b1bfd394b60a
equal deleted inserted replaced
3504:8493dbe2f009 3505:1cb4ea47d967
    28 [ -z "$COMPAT" ] && fail "Missing compatibility file for ML system \"$ML_SYSTEM\"!"
    28 [ -z "$COMPAT" ] && fail "Missing compatibility file for ML system \"$ML_SYSTEM\"!"
    29 
    29 
    30 $ISABELLE \
    30 $ISABELLE \
    31   -e "val ml_system = \"$ML_SYSTEM\";" \
    31   -e "val ml_system = \"$ML_SYSTEM\";" \
    32   -e "use\"$COMPAT\"; use\"ROOT.ML\" handle _ => exit 1;" \
    32   -e "use\"$COMPAT\"; use\"ROOT.ML\" handle _ => exit 1;" \
    33   -q RAW_ML_SYSTEM Pure
    33   -q -w RAW_ML_SYSTEM Pure
    34 
       
    35 chmod -w $ISABELLE_OUTPUT/Pure