From mboxrd@z Thu Jan 1 00:00:00 1970 From: Earnie Boyd To: Kevin Wright , Cygwin Subject: RE: B20.1: make dependencies broken Date: Wed, 26 Jan 2000 12:00:00 -0000 Message-id: <20000126195535.2430.qmail@web114.yahoomail.com> X-SW-Source: 2000-01/msg00430.html To answer what the difference is: NTTOOLS = $(NTTOOLSDIR)/f1.bat \\r\n $(NTTOOLSDIR)/f2.bat \r\n Ok. You problen with .bat is that it is an suffix that isn't a default one. What happens if you add .SUFFIXES .bat? Earnie. --- Kevin Wright wrote: > Changing my make file to \n line endings didn't make any difference. > Any way what effect could \n endings have on whether or not there's a .bat > extension ? > The line brake after the \ doesn't make any difference. The two file can be > on the same line. > > > -----Original Message----- > > From: cygwin-owner@sourceware.cygnus.com > > [ mailto:cygwin-owner@sourceware.cygnus.com]On Behalf Of Earnie Boyd > > Sent: 26 January 2000 14:59 > > To: Kevin Wright; Cygwin > > Subject: Re: B20.1: make dependencies broken > > > > > > Sounds like a \r\n problem to me. Convert the Makefile line endings to \n > > endings only. > > > > Earnie. > > > > --- Kevin Wright wrote: > > > I've found the following problem with make on B20.1. > > > Try the following makefile: > > > ------------------------------ > > > NTTOOLSDIR = /tmp > > > > > > NTTOOLS = $(NTTOOLSDIR)/f1.bat \ > > > $(NTTOOLSDIR)/f2.bat > > > > > > All: $(NTTOOLS) > > > > > > $(NTTOOLS): $(NTTOOLSDIR)/%: % > > > > > > $(NTTOOLS): > > > # making $@ due to $? > > > cp $? $@ > > > -------------------------------- > > > > > > now touch f1.bat f2.bat > > > > > > > > > make always reports: > > > make: Nothing to be done for `All'. > > > > > > Removing the .bat extension on f1/f2 fixes the problem. > > > Removing the second file from NTTOOLS fixes the problem. > > > > > > This all worked fine on B17. > > > > > > I'm using NT4 SP5 > > > > > > I've tried searching the archives for this problem, but can't > > find anything > > > similar. > > > > > > > > > -- > > > Want to unsubscribe from this list? > > > Send a message to cygwin-unsubscribe@sourceware.cygnus.com > > > > > > > > __________________________________________________ > > Do You Yahoo!? > > Talk to your friends online with Yahoo! Messenger. > > http://im.yahoo.com > > > > -- > > Want to unsubscribe from this list? > > Send a message to cygwin-unsubscribe@sourceware.cygnus.com > > > -- > Want to unsubscribe from this list? > Send a message to cygwin-unsubscribe@sourceware.cygnus.com > > __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com