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).