Re: Cygwin linking rules - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Cygwin linking rules
Date
Msg-id 28249.1538500858@sss.pgh.pa.us
Whole thread Raw
In response to Re: Cygwin linking rules  (Marco Atzeri <marco.atzeri@gmail.com>)
List pgsql-hackers
Marco Atzeri <marco.atzeri@gmail.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


pgsql-hackers by date:

Previous
From:
Date:
Subject: NOTIFY and pg_notify performance when deduplicating notifications
Next
From: Andres Freund
Date:
Subject: Re: Slotification of partition tuple conversion