Dave Page dpage
Thu Jul 21 16:54:32 PDT 2005
 

> -----Original Message-----
> From: Daniel P. Berrange [mailto:dan at berrange.com] 
> Sent: 21 July 2005 12:02
> To: Dave Page
> Cc: slony1-general at gborg.postgresql.org
> Subject: Re: [Slony1-general] Any make experts here?
> 
> On Thu, Jul 21, 2005 at 11:29:02AM +0100, Dave Page wrote:
> > We've run into a small problem with the Win32 port. When 
> running 'make
> > install' from the top level directory, make actually tries 
> to build the
> > 'INSTALL' file, rather than doing what it should. I guess this is
> > because of the filename case insensitivity on Windows. 
> 'make install'
> > works just fine from the src/ directory, or if INSTALL is renamed. 
> > 
> > Anyone know a way we can force make to do the right thing, 
> rather than
> > rename the INSTALL file?
> 
> I think you probably need to list the 'install' target as 'PHONY'
> eg
> 
>   .PHONY: install

Yes, thanks Dan - that did the trick.

Regards, Dave.


More information about the Slony1-general mailing list