Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-12-04 13:31:18 -0800 (Thu, 04 Dec 2003)
Revision: 306
Log message:

      Addressed bug #108.  omake will now abort unless the current directory
      is part of the current project.  This can be disabled with the --project
      option, which runs the build as if it were in the project root directory.
      

Changes  Path
+15 -0 omake/src/build/omake_build.ml
+1 -1 omake/src/exec/omake_exec_remote.ml
+1 -1 omake/src/ir/omake_node.ml
+1 -1 omake/src/ir/omake_node_sig.ml
+2 -1 omake/src/ir/omake_options_type.ml
+4 -1 omake/src/ir/omake_state.ml