X-Spam-Check-By: sourceware.org Message-ID: <45E48273.2080003@portugalmail.pt> Date: Tue, 27 Feb 2007 19:11:47 +0000 From: Pedro Alves User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.0.9) Gecko/20061207 Thunderbird/1.5.0.9 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: /dev/null timing and clock skew problems References: <028f01c75931$4c090e80$0200a8c0 AT AMD2500> <20070226105032 DOT GB5577 AT calimero DOT vinschen DOT de> <45E330B4 DOT 10507 AT portugalmail DOT pt> <45E3A3BA DOT 2070808 AT aol DOT com> In-Reply-To: <45E3A3BA.2070808@aol.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 000718-0, 27-02-2007), Outbound message X-Antivirus-Status: Clean X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Tim Prince escreveu: > pedro_alves AT portugalmail DOT pt wrote: >> I see this a lot on >> regular files. >> >> I just got this: >> make: Warning: File `Makefile' has modification time 0.42 s in the future >> > If you are accessing files on another machine, and you aren't using any > means for keeping the date clocks synchronized, this is to be expected. > No, but I'm on FAT32 on this machine. Problem is described here: http://www.delorie.com/djgpp/v2faq/faq22_18.html According to that same page, DJGPP has a local hack^Wpatch to suppress that warning: "DJGPP ports of GNU Make v3.77 and later allow for up to 3 seconds of positive difference between the file timestamp and the system clock (that is, the file is allowed to be up to 3 seconds into the future), before the above warning is printed. So upgrading to the latest version of Make should eliminate such bogus warnings and leave you only with messages due to real clock skews." Cheers, Pedro Alves -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/