From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3B02EA5E.91F6AD76@gsyc.escet.urjc.es> From: Francisco J Ballesteros MIME-Version: 1.0 To: 9fans@cse.psu.edu Subject: Re: [9fans] ide fs patch for the current plan9 version References: <20010516193136.B6FB4199D7@mail.cse.psu.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 16 May 2001 23:00:14 +0200 Topicbox-Message-UUID: a0ae4666-eac9-11e9-9e20-41e7f4b1d025 geoff@collyer.net wrote: > You probably ought to "mk clean" before you "mk" in > /sys/src/fs/plan9pc. We tried this sort of overlaid source tree and > found a couple of hazards: existing object (.8) files in the > underlying tree (/sys/src/fs in this case) can cause trouble if they > are unwritable (e.g., due to lack of permission) or if they are newer > than source files in the overlaying tree (./idefs in this case). > > Russ and I didn't quite finish a program called stitch to perform this > sort of overlay dynamically (it worked under light load). Stitch Isn't it more simple just to keep the source directory always clean and always overlay your one before mk'ing? Or am I missing something?