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
72c8af51
Commit
72c8af51
authored
May 10, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move disabled message up to a higher makefile.
parent
3bcf19dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
src/pl/Makefile
src/pl/Makefile
+5
-4
src/pl/plpython/Makefile
src/pl/plpython/Makefile
+1
-4
No files found.
src/pl/Makefile
View file @
72c8af51
...
...
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.1
8 2001/05/09 19:54:38
momjian Exp $
# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.1
9 2001/05/10 03:00:11
momjian Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -22,11 +22,12 @@ ifeq ($(with_perl), yes)
DIRS
+=
plperl
endif
ifeq
($(with_python), yes)
DIRS
+=
plpython
endif
#
ifeq ($(with_python), yes)
#
DIRS += plpython
#
endif
all install installdirs uninstall depend distprep
:
@
echo
"PL/Python disabled until merged into our Makefile system, bjm 2001-05-09"
@
for
dir
in
$(DIRS)
;
do
$(MAKE)
-C
$$
dir
$@
||
exit
;
done
clean distclean maintainer-clean
:
...
...
src/pl/plpython/Makefile
View file @
72c8af51
...
...
@@ -56,10 +56,7 @@ LDFLAGS=--shared -Wl,-E -Wl,-soname,$@
.PHONY
:
clean
all
:
@
echo
"Disabled until merged into our Makefile system, bjm 2001-05-09"
disabled
:
plpython.so
all
:
plpython.so
plpython.o
:
plpython.c plpython.h
$(CC)
$(CFLAGS)
$(INCLUDES)
-c
-o
$@
$<
...
...
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