> ...what would be the most > elegant way to build links using the old ape from /n/dump
do
mkdir /tmp/ape
bind -bc /n/dump/xxxx/xx/sys/src/ape /tmp/ape
mkdir /tmp/ape/cmd
bind -bc /n/dump/xxxx/xx/sys/src/ape/cmd /tmp/ape/cmd
etc...
then you can do:
cd /n/dump/xxxx/xx/sys/src/ape
mk install
I always meant to write a virtual fileserver that would create
the directories in /tmp on demand, but never got round to it...
-Steve
