|
Home > Archive > Slony1 PostgreSQL Replication > July 2005 > Any make experts here?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Any make experts here?
|
|
| Dave Page 2005-07-21, 7:24 am |
| 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.=20
Anyone know a way we can force make to do the right thing, rather than
rename the INSTALL file?
Regards, Dave
| |
|
|
| Dave Page 2005-07-21, 11:30 am |
| =20
> -----Original Message-----
> From: Daniel P. Berrange [mailto:dan- TA1HlLrDhUVWk0Htik3J
/w@public.gmane.org]=20
> Sent: 21 July 2005 12:02
> To: Dave Page
> Cc: slony1-general- AuKwsB3Fm+ugFIWk8tvy
RWD2FQJk+8+b@public.gmane.org
> Subject: Re: [Slony1-general] Any make experts here?
>=20
> On Thu, Jul 21, 2005 at 11:29:02AM +0100, Dave Page wrote:
> running 'make
> to build the
> 'make install'
> rather than
>=20
> I think you probably need to list the 'install' target as 'PHONY'
> eg
>=20
> .PHONY: install
Yes, thanks Dan - that did the trick.
Regards, Dave.
|
|
|
|
|