Re: Cygwin linking rules

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Marco Atzeri <marco(dot)atzeri(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Cygwin linking rules
Date: 2018-10-02 17:20:58
Message-ID: 28249.1538500858@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Marco Atzeri <marco(dot)atzeri(at)gmail(dot)com> writes:
> [ cygwin-soversion.diff ]

Oh, one other minor comment on this patch: the rule for the "stlib"
must not be just

$(stlib): $(shlib) ;

Something like this would work:

$(stlib): $(shlib)
touch $@

See e.g. the AIX case in Makefile.shlib, which is doing about the
same thing.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2018-10-02 18:02:37 Re: Slotification of partition tuple conversion
Previous Message julien 2018-10-02 17:19:53 NOTIFY and pg_notify performance when deduplicating notifications