Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
529d8f3
)
plpython: Don't create pgxsdir subdirectory in installdir target
author
Peter Eisentraut
<peter@eisentraut.org>
Wed, 31 Aug 2022 05:42:01 +0000
(07:42 +0200)
committer
Peter Eisentraut
<peter@eisentraut.org>
Wed, 31 Aug 2022 05:42:31 +0000
(07:42 +0200)
As of
db23464715f4792298c639153dda7bfd9ad9d602
, we don't install
anything there anymore from plpython, so we don't need to create the
installation directory anymore.
src/pl/plpython/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/pl/plpython/Makefile
b/src/pl/plpython/Makefile
index 0d6f74de71f4b4da81bb498150dbb7d57a2d0363..6b1865c2402ca19ac3eb5f325dd4dabd9567122c 100644
(file)
--- a/
src/pl/plpython/Makefile
+++ b/
src/pl/plpython/Makefile
@@
-110,7
+110,7
@@
$(OBJS): | submake-generated-headers
install: all install-lib install-data
installdirs: installdirs-lib
- $(MKDIR_P) '$(DESTDIR)$(datadir)/extension' '$(DESTDIR)$(includedir_server)'
'$(DESTDIR)$(pgxsdir)/src/pl/plpython'
+ $(MKDIR_P) '$(DESTDIR)$(datadir)/extension' '$(DESTDIR)$(includedir_server)'
uninstall: uninstall-lib uninstall-data