Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-07-31 20:12:24 -0700 (Thu, 31 Jul 2003)
Revision: 128
Log message:
Added remote execution. Note, this doesn't work quite yet, though
it seems logically correct. I believe the problem is that NFS does
not have a good semantics. If a command on one machine creates a file,
that file will not be reflected to other clients for a while.
Perhaps there is some way to sync NFS files...
Example bug script. The machine in the brackets indicates the host.
If there are no brackets, the machine is local.
-[yukon] build . omake_cache.cmi
+[yukon] ocamlc.opt -warn-error A -g -I . -c omake_cache.mli
-[yukon] exit omake_cache.cmi, 0
- build . omake_build.cmi
+ ocamlc.opt -warn-error A -g -I . -c omake_build.mli
File "omake_build.mli", line 28, characters 0-16:
Unbound module Omake_cache
- exit omake_build.cmi, 2