From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Fri, 7 Jan 2011 04:25:07 -0500 To: 9fans@9fans.net Message-ID: <40711c3657e4203ed90a91ab770b3380@plug.quanstro.net> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] mk (from plan9ports) modification time resolution issue? Topicbox-Message-UUID: 90eb6e9a-ead6-11e9-9d60-3106f5b1d025 the code has its reasons. from mk.c:/^outofdate /* * Treat equal times as out-of-date. * It's a race, and the safer option is to do * extra building rather than not enough. */ return node->time <= arc->n->time; - erik