On Sunday 14 March 2010 20:43:45 Matt Rice wrote: > On Sun, Mar 14, 2010 at 2:03 PM, Mike Frysinger wrote: > > Rather than requiring all sim tests to be preprocessed .s files, add > > support for .S files so we can easily write code using normal CPP > > defines/macros. > > not that I actually care about any such targets, but wouldn't this > just fall over on a case insentive filesystem? case insensitive is not the same thing as case preserving. assuming you're referring to the main ones (windows or OS X default), they're both case preserving. so files checked out as foo.s will stay as foo.s. the source code changes do string matches which have on relation at all to the file system the files reside upon. so no, i dont think this change will make any difference at all to such systems. otherwise you'd already see problems with the packages that utilize source files based on extension case. -mike