Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com X-Authentication-Warning: abomination.cygnus.com: mdejong owned process doing -bs Date: Tue, 11 Apr 2000 11:24:22 -0700 (PDT) From: Mo DeJong To: cygwin-developers AT sourceware DOT cygnus DOT com Subject: "make" seems to be broken on Win95. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi all. I just tired to build the installer from the CVS when I ran into a problem with make. Cygwin's version of make pukes out if the case of a file differs from what is expected in a build rule. Here is a quick example. BASH.EXE-2.03$ ls MER.C Makefile error.c BASH.EXE-2.03$ cat Makefile SHELL=/bin/sh %.o: %.c @echo converting $? to $@ all: error.o mer.o BASH.EXE-2.03$ make converting error.c to error.o make: *** No rule to make target `mer.o', needed by `all'. Stop. Can make be fixed to not be case sensitive under cygwin? Mo Dejong Red Hat Inc.