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-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: RE: MAKE - problem with small/capital letters in filenames Date: Thu, 31 Oct 2002 10:39:14 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Harig, Mark A." To: "Graff_Zoltan" , Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g9VFdPp15114 try: %.D: %.C or %.d: %.C > -----Original Message----- > From: Graff_Zoltan [mailto:zotyo AT z1 DOT fszek DOT hu] > Sent: Thursday, October 31, 2002 5:24 AM > To: Harig, Mark A. > Subject: Re: RE: MAKE - problem with small/capital letters in > filenames > > > > $ ls makefile hello.c > > hello.c makefile > Yes, it works if hello.c exists. But not work when HELLO.C exist. > My files are on the netware file server, and I see all files with > upper case letters under WinXp. > Under DOS and Linux the makefile works only with lower case letters. > > If I change the '%.d: %.c' > line to 'hello.d: hello.c' (with lower case letters) > it works well. > > %.c isn't good, but hello.c is? > Are the upper and lower case letters equal in file names, or not? > If yes, '%.d: %.c' should work. > If not, 'hello.d: hello.c' should not work. > > Thanks > Zoltan Graff > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/