Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
22e7c065
Commit
22e7c065
authored
Jan 20, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update plperl makefile.
parent
e3415aa8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
1 deletion
+27
-1
src/pl/Makefile
src/pl/Makefile
+27
-1
src/pl/plperl/Makefile.PL
src/pl/plperl/Makefile.PL
+0
-0
No files found.
src/pl/Makefile
View file @
22e7c065
...
...
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.
1 1998/10/01 03:38:30 scrappy
Exp $
# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.
2 2000/01/20 22:31:22 momjian
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -20,4 +20,30 @@ include $(SRCDIR)/Makefile.global
ifeq
($(USE_TCL), true)
$(MAKE)
-C
tcl
$@
endif
ifeq
($(USE_PERL), true)
if
[
"
$@
"
=
"install"
]
;
then
\
$(MAKE)
$(MFLAGS)
install-plperl
;
\
else
\
$(MAKE)
$(MFLAGS)
plperl/Makefile
;
\
$(MAKE)
$(MFLAGS)
-C
plperl
$@
;
\
fi
endif
plperl/Makefile
:
plperl/Makefile.PL
cd
plperl
&&
$(PERL)
Makefile.PL
install-plperl
:
plperl/Makefile
$(MAKE)
-C
plperl clean
cd
plperl
&&
POSTGRES_HOME
=
"
$(POSTGRESDIR)
"
$(PERL)
Makefile.PL
$(MAKE)
-C
plperl all
-
@if
[
-w
`
sed
-n
-e
's/^ *INSTALLSITELIB *= *//p'
plperl/Makefile
`
]
;
then
\
$(MAKE)
$(MFLAGS)
-C
plperl
install
;
\
rm
-f
plperl/Makefile
;
\
else
\
echo
"Skipping install of Perl module for lack of permissions."
;
\
echo
"To install it, cd into interfaces/plperl, su to become the"
;
\
echo
"appropriate user, and do '
$(MAKE)
install'."
;
\
fi
.PHONY
:
install-plperl
src/pl/plperl/Makefile.
pl
→
src/pl/plperl/Makefile.
PL
View file @
22e7c065
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment