From: | Cédric Villemain <cedric(at)2ndquadrant(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Cc: | Christoph Berg <myon(at)debian(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net> |
Subject: | Re: PostgreSQL 9.3 beta breaks some extensions "make install" |
Date: | 2013-05-28 13:07:20 |
Message-ID: | 201305281507.25645.cedric@2ndquadrant.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Le mardi 28 mai 2013 14:16:38, Cédric Villemain a écrit :
> > Once all our contribs can build with USE_PGXS I
> > fix the VPATH.
> >
> > The last step is interesting: installcheck/REGRESS. For this one, if I
> > can know exactly what's required (for debian build for example), then I
> > can also fix this target.
>
> There is a hack to link the regression data files from the srcdir
> to the builddir when doing 'make VPATH'. but it failed when used in
> conjunction with USE_PGXS and out-of-tree build of an extension.
>
> Issue is the absence of the data/ directory in the builddir.
>
> Attached patch fix that.
use $(MKDIR_P) instead of mkdir -p ....
--
Cédric Villemain +33 (0)6 20 30 22 52
http://2ndQuadrant.fr/
PostgreSQL: Support 24x7 - Développement, Expertise et Formation
Attachment | Content-Type | Size |
---|---|---|
fix_regress_datadir.patch | text/x-patch | 383 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Cédric Villemain | 2013-05-28 13:15:55 | Re: PostgreSQL 9.3 beta breaks some extensions "make install" |
Previous Message | Cédric Villemain | 2013-05-28 12:55:41 | Re: PostgreSQL 9.3 beta breaks some extensions "make install" |