X-Spam-Check-By: sourceware.org Message-ID: <06d901c75c3d$ed434e00$0700a8c0@AMD2500> From: "Aaron Gray" To: 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> <45E48273 DOT 2080003 AT portugalmail DOT pt> Subject: Re: /dev/null timing and clock skew problems Date: Thu, 1 Mar 2007 20:12:23 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook Express 6.00.2900.3028 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 > Pedro Alves writes: > >> 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." > > The code for this is available in standard Make, but it isn't enabled in > the > current build on Cygwin. (The code can be found in remake.c, at line 1277. > It's > currently enabled if WINDOWS32 or __MSDOS__ is defined.) Is this just the three second clearance or something more substantial that will guarentee builds ? Aaron -- 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/