Re: PostgreSQL 9.3 beta breaks some extensions "make install"

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Marti Raudsepp <marti(at)juffo(dot)org>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PostgreSQL 9.3 beta breaks some extensions "make install"
Date: 2013-05-14 02:27:02
Message-ID: 1368498422.420.9.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 2013-05-14 at 04:12 +0300, Marti Raudsepp wrote:
> It's caused by this common pattern in extension makefiles:
> DATA = $(wildcard sql/*--*.sql) sql/$(EXTENSION)--$(EXTVERSION).sql
>
What is the point of this? Why have the wildcard and then the
non-wildcard term?

I think using wildcard is bad style and you should fix it.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2013-05-14 02:34:20 commit fest schedule for 9.4
Previous Message Amit Langote 2013-05-14 02:22:01 Re: Logging of PAM Authentication Failure