Re: .gitignore files, take two

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: .gitignore files, take two
Date: 2010-09-21 20:11:50
Message-ID: 8395.1285099910@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wrote:
> Magnus Hagander <magnus(at)hagander(dot)net> writes:
>> Do we know what the exact pattern would be for .sl and .dylib? Are
>> they following the same basic pattern of .sl.<major>.<minor>?

> Yes, they'll be just the same --- Makefile.shlib treats all those
> extensions alike.

I take that back. Darwin does things differently, bless their pointy
little heads:

DLSUFFIX = .dylib
shlib = lib$(NAME).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)$(DLSUFFIX)

So it looks like *.dylib is sufficient and we don't need anything with
numbers afterwards for that variant.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2010-09-21 20:13:13 Re: .gitignore files, take two
Previous Message Andrew Dunstan 2010-09-21 20:09:09 Re: .gitignore files, take two