Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs Date: Sat, 22 Nov 2003 19:02:01 -0500 (EST) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: Dr Christian Hicks cc: cygwin AT cygwin DOT com Subject: RE: Timestamp not updating In-Reply-To: <3FBEABA7@webmail.ncl.ac.uk> Message-ID: References: <3FBEABA7 AT webmail DOT ncl DOT ac DOT uk> Importance: Normal MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sat, 22 Nov 2003, Dr Christian Hicks wrote: > I have just realised that after I have touched the files they > show as being updated if I view the files with Windows Explorer. > It is ls -alc and make that do not see the files as updated. > > Best regards, > Chris The following is from "ls --help": -c with -lt: sort by, and show, ctime (time of last modification of file status information) with -l: show ctime and sort by name otherwise: sort by ctime In other words, you're essentially asking it to print the file creation time. "touch" doesn't change that. Try "ls -alu" or even "ls -al" -- you should get different times there. I don't know if this explains your make problems. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "I have since come to realize that being between your mentor and his route to the bathroom is a major career booster." -- Patrick Naughton -- 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/