From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3E5FAE29.1000606@nas.com> From: Jack Johnson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2a) Gecko/20020910 MIME-Version: 1.0 To: 9fans@cse.psu.edu References: <20030215193747.11670.qmail@g.bio.cse.psu.edu>, <20030215123941.K58372@fbsd.cpsc.ucalgary.ca> <2dd1.3e5d5178.e2e56@blake.inputplus.co.uk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [9fans] union directories Date: Fri, 28 Feb 2003 10:44:57 -0800 Topicbox-Message-UUID: 75a19066-eacb-11e9-9e20-41e7f4b1d025 Ronald G. Minnich wrote: > truthfully, how many of you out there started out using disk/kfscmd > allow when you wanted to modify the kernel source? I'll admit it, but I'm still a newbie so I have an extension of this question. Is there any way to, say, recompile a source tree with subfolders without pre-creating those subfolders in the union directory? Or, what's the correct way to do something like: mkdir 9 bind -bc 9 9 bind -ac /sys/src/9 9 cd 9 mk (though that's not what I'm doing, I'm just needed an easy example) -Jack