Re: [PATCHES] msvc, build and install with cygwin in the PATH - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: [PATCHES] msvc, build and install with cygwin in the PATH
Date
Msg-id 46F6CD98.9000402@dunslane.net
Whole thread Raw
In response to Re: [PATCHES] msvc, build and install with cygwin in the PATH  (Hannes Eder <Hannes@HannesEder.net>)
List pgsql-hackers

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




pgsql-hackers by date:

Previous
From: Hannes Eder
Date:
Subject: Re: [PATCHES] msvc, build and install with cygwin in the PATH
Next
From: "Florian G. Pflug"
Date:
Subject: GCC builtins for atomic-test-and-set, memory barries, and such