Re: Small suggestion on build script

From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Dann Corbit <DCorbit(at)connx(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Small suggestion on build script
Date: 2004-04-06 22:46:07
Message-ID: 20040406194539.N88944@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 6 Apr 2004, Dann Corbit wrote:

> I would like to suggest changing the symlinks to copy commands:
>
> cp ./src/backend/port/tas/dummy.s ./src/backend/port/tas.s
> cp ./src/backend/port/dynloader/win32.c ./src/backend/port/dynloader.c
> cp ./src/backend/port/sysv_sema.c ./src/backend/port/pg_sema.c
> cp ./src/backend/port/sysv_shmem.c ./src/backend/port/pg_shmem.c
> cp ./src/backend/port/dynloader/win32.h ./src/include/dynloader.h
> cp ./src/include/port/win32.h ./src/include/pg_config_os.h
> cp ./src/makefiles/Makefile.win32 ./src/Makefile.port
>
> The reason is that under Mingw, I get random failures with the symlinks
> (typically all will work but one or two, but there is no telling which
> will succeed and which will fail).

Would a hard link work, vs a symlink?

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Claudio Natoli 2004-04-07 00:41:32 Re: Small suggestion on build script
Previous Message scott.marlowe 2004-04-06 22:20:50 Re: what do postgresql with view ?