[Omake] SVN Commit: OMake Build System (Rev. 10755)

Jason J. Hickey jyh at cs.caltech.edu
Tue May 15 08:09:25 PDT 2007


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:
    +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
 
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-05.html#07/05/15.08:09:25



More information about the OMake-CVS mailing list