Re: .gitignore for some of cygwin files

From: Radosław Smogura <rsmogura(at)softperience(dot)eu>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: .gitignore for some of cygwin files
Date: 2011-06-09 13:36:35
Message-ID: f8294e788aa168e7257654e71a502b29@mail.softperience.eu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 9 Jun 2011 14:12:59 +0200, Magnus Hagander wrote:
> On Wed, Jun 8, 2011 at 12:34, Radosław Smogura
> <rsmogura(at)softperience(dot)eu> wrote:
>> After compilation I got big list of differences about binaries and
>> other
>> files. You may see it in patch.
>
> Hmm. Does this really affect just cygwin, and not also mingw? I know
> msvc builds out-of-tree, but mingw doesn't, iirc? WHere do the EXEs
> go
> there?

Actually I called compilation from make in cygwin env, as I can't run
build on Windows7/VisualStudio 2010. I don't know if this is preferred
method.

From configure script

checking for ld used by GCC... /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
yes

CC runs as
GNU C (GCC) version 4.3.4 20090804 (release) 1 (i686-pc-cygwin)
compiled by GNU C version 4.3.4 20090804 (release) 1, GMP
version 4.3.1, MPFR version 2.4.1-p5.
GGC heuristics: --param ggc-min-expand=100 --param
ggc-min-heapsize=131072

After compilation I got many of *dll.def and others.

>
> What's "nbproject"?
Just configuration from some editor. It looks like any move in project
creates this entry in .gitignore

> As for the patch itself, we don't normally keep comments in the
> .gitignore files, I'm not sure if we want to start doing that...
This is not my part - just wanted to comment what and why.

Regards,
Radek

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2011-06-09 13:40:13 Re: .gitignore for some of cygwin files
Previous Message Pavan Deolasee 2011-06-09 13:30:17 Re: reducing the overhead of frequent table locks - now, with WIP patch