Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-09-07 20:30:41 -0700 (Tue, 07 Sep 2004)
Revision: 576
Log message:

      Attack the $HOME/.omake problem on two fronts.
         1. Don't create the directories unless explicitly needed.
         2. Set HOME to /tmp before running omake.
      
      Move the -custom option to OCAML_BYTE_LINK_FLAGS
      

Changes  Path
+2 -2 libmojave/util/lm_lexer.ml
+2 -2 omake/Makefile.in
+2 -2 omake/OMakeroot.src.in
+1 -1 omake/src/eval/omake_eval.ml
+30 -18 omake/src/ir/omake_state.ml
+3 -3 omake/src/ir/omake_state.mli
+12 -11 omake/src/main/omake_shell.ml