From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <12e6624a424b72d880905cc938d36326@tombob.com> To: Christian.Kellermann@nefkom.net, 9fans@cse.psu.edu Subject: Re: [9fans] Removal of .i files from sources? Date: Tue, 4 Dec 2007 09:22:36 +0000 From: Robert Raschke In-Reply-To: <20071203222511.GA1228@hermes.my.domain> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: Topicbox-Message-UUID: 112144da-ead3-11e9-9d60-3106f5b1d025 Christian Kellermann wrote: > I need to build a cpu kernel from sources. Therefore I have been > following the tip of the day recipie from the wiki. Assembling the > sd*.n files fails due to the corresponding .i files already exist. > In my current setup I cannot delete those nor touch them or change > permissions. > > How can I get around this? Why are those precompiled files there > in the first place? I would not expect seeing 8c object files on > sources either... Would a removal be sensible? I haven't looked at the Tip of the Day description recently, but I have a few folders on my local tree, where I bind the central sources into in such a way that I can have my own local files overshadowing the central ones bind -c $home/src/kernel/pc $home/src/kernel/pc bind -a /sys/src/9/pc $home/src/kernel/pc You should then be able to copy one of the central .i files into you bound location. making it read/writable for you and it overshadowing the central one. Robby