Re: [PATCHES] msvc, build and install with cygwin in the PATH

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Hannes Eder <Hannes(at)HannesEder(dot)net>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCHES] msvc, build and install with cygwin in the PATH
Date: 2007-09-23 20:33:28
Message-ID: 46F6CD98.9000402@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Hannes Eder wrote:
>
> (a) use the current dir "." instead of "../.." for the *.sample files,
> since there are the chdir's to ../../.. resp. to ../../../.. in line
> 28 resp. 29. Using ../.. would traverse a too large part of the
> directory structure.

Actually, it should be restricted more, to src. I adjusted this and the
other recursive search accordingly.
>
> (b) a
> <http://www.dict.cc/englisch-deutsch/superfluous.html>superfluous \
> for the "Dictionaries sample files"
>
>

Oops.

Fixes applied.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Florian G. Pflug 2007-09-24 01:09:19 GCC builtins for atomic-test-and-set, memory barries, and such
Previous Message Hannes Eder 2007-09-23 19:46:26 Re: [PATCHES] msvc, build and install with cygwin in the PATH

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2007-09-23 20:48:10 Re: Optimizer hook
Previous Message Hannes Eder 2007-09-23 19:46:26 Re: [PATCHES] msvc, build and install with cygwin in the PATH