From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Thu, 27 May 2004 08:13:27 -0500 From: Russ Cox To: lucio@proxima.alt.za, Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] /386/lib/libmp.a In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: Cc: Topicbox-Message-UUID: 8b34af24-eacd-11e9-9e20-41e7f4b1d025 > I have a feeling that a mkfile rule causes this file to be updated > unnecessarily. Often, the only change on sources turns out to be > 386/lib/libmp.a. I have yet to see any of the contributing object or > source files undergoing any changes. This is definitely a bug, but I'm not sure how it's happening. Sometimes libmp.a gets built with the C versions of the assembly functions instead of the assembly. Russ