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 Date: Mon, 4 Nov 2002 11:10:48 +0100 To: cygwin AT cygwin DOT com Subject: Re: RE: RE: MAKE - problem with small/capital letters in filenames Message-ID: <20021104101048.GB13670@z1.fszek.hu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i From: Graff_Zoltan Hi! > If the options to allow case-insensitive globbing are present, all you > have to do is turn them on (using the MAKEFLAGS environment variable > for make, and the appropriate .*rc file for the shell, IIRC). I see. I'll try to find this option. > If these options are not available, there are still a few ways to fix > this. One is modifying your makefile to include both "%.d" and "%.D" as > targets *every time* you need globbing. Doesn't work. HELLO.D generated, but 'no rule ot make target hello.d'. > Another is keeping files on a > local drive and using either rsync or cvs to synchronize it with the > network drive If nothing else work I'll try this. 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/