=?iso-8859-1?q?C=E9dric_Villemain?= <ced...@2ndquadrant.com> writes:
> the attached patch fix the extension installation using a VPATH when a 
> MODULEDIR is defined in the extension Makefile.

> The current issue is that the sharedir/extension directory is not created if 
> MODULEDIR != 'extension' i.e. MODULEDIR is defined in the Makefile. Thus 
> 'make 
> install' fail to copy the control file in an nonexistent directory.

[ scratches head ... ]  What's this have to do with VPATH?

I see the point that if EXTENSION is set, and a nondefault MODULEDIR is
selected, the "install" target puts the control file into the extension
subdirectory which hasn't been made by installdirs.  But that seems not
connected to VPATH builds.

                        regards, tom lane


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to