Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9c7cd8b

Browse files
committed
First step to removing /contrib/retep, with Peter Mount's approval.
1 parent 76cadb5 commit 9c7cd8b

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

GNUmakefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# PostgreSQL top level makefile
33
#
4-
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.29 2002/09/06 21:57:11 petere Exp $
4+
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.30 2002/10/21 00:12:45 momjian Exp $
55
#
66

77
subdir =
@@ -69,7 +69,7 @@ dist:
6969
$(distdir).tar: distdir
7070
$(TAR) chf $@ $(distdir)
7171

72-
opt_files := contrib/retep \
72+
opt_files := \
7373
src/tools src/corba src/data src/tutorial \
7474
src/bin/pgtclsh \
7575
$(addprefix src/interfaces/, libpgtcl python jdbc) \

contrib/Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.39 2002/09/05 20:53:45 tgl Exp $
1+
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.40 2002/10/21 00:12:46 momjian Exp $
22

33
subdir = contrib
44
top_builddir = ..
@@ -41,10 +41,6 @@ WANTED_DIRS = \
4141
userlock \
4242
vacuumlo
4343

44-
ifeq ($(with_java),yes)
45-
WANTED_DIRS += retep
46-
endif
47-
4844
# Missing:
4945
# ipc_check \ (does not have a makefile)
5046
# mSQL-interface \ (requires msql installed)

contrib/README

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,6 @@ pgstattuple -
160160
A function returns the percentage of "dead" tuples in a table
161161
by Tatsuo Ishii <t-ishii@sra.co.jp>
162162

163-
retep -
164-
Tools to build retep tools packages
165-
by Peter T Mount <peter@retep.org.uk>
166-
167163
rserv -
168164
Replication server
169165
by Vadim B. Mikheev <vadim4o@email.com>

0 commit comments

Comments
 (0)