Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2007-05-15 08:09:25 -0700 (Tue, 15 May 2007)
Revision: 10755
Log message:

      NOTE: absname(/) was always ".", fixed.  Need to propagate back to 0.9.8.
     
     Some minor changes to allow mounting from within omake.
     
     It would be nice to have more flexibility in mounting.
     
        /vol/omake:
            # Blocking: build requests are through the filesystem.
            mount($@)
     
     But this is too hard, because it is a recursive call to the build loop.
     
     OTOH, we could have the mount complete immediately, and serve it
     during the wait loop (the -P loop).

Changes  Path
+34 -10 omake-jumbo-branches/dll-fuse/src/build/omake_build.ml
+1 -0 omake-jumbo-branches/dll-fuse/src/build/omake_build.mli
+0 -4 omake-jumbo-branches/dll-fuse/src/builtin/omake_builtin_dll.ml
+7 -0 omake-jumbo-branches/dll-fuse/src/builtin/omake_builtin_file.ml
+27 -0 omake-jumbo-branches/dll-fuse/src/builtin/omake_builtin_shell.ml
+8 -3 omake-jumbo-branches/dll-fuse/src/builtin/omake_builtin_target.ml
+6 -3 omake-jumbo-branches/dll-fuse/src/ir/omake_node.ml
+2 -1 omake-jumbo-branches/dll-fuse/tests/dll/fuse/fuse_post.om
+224 -0 omake-jumbo-branches/dll-fuse/tests/dll/fuse/omakefs/OMakefile