File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 1
1
#
2
2
# PostgreSQL top level makefile
3
3
#
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 $
5
5
#
6
6
7
7
subdir =
69
69
$(distdir).tar: distdir
70
70
$(TAR) chf $@ $(distdir)
71
71
72
- opt_files := contrib/retep \
72
+ opt_files := \
73
73
src/tools src/corba src/data src/tutorial \
74
74
src/bin/pgtclsh \
75
75
$(addprefix src/interfaces/, libpgtcl python jdbc) \
Original file line number Diff line number Diff line change 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 $
2
2
3
3
subdir = contrib
4
4
top_builddir = ..
@@ -41,10 +41,6 @@ WANTED_DIRS = \
41
41
userlock \
42
42
vacuumlo
43
43
44
- ifeq ($(with_java ) ,yes)
45
- WANTED_DIRS += retep
46
- endif
47
-
48
44
# Missing:
49
45
# ipc_check \ (does not have a makefile)
50
46
# mSQL-interface \ (requires msql installed)
Original file line number Diff line number Diff line change @@ -160,10 +160,6 @@ pgstattuple -
160
160
A function returns the percentage of "dead" tuples in a table
161
161
by Tatsuo Ishii <t-ishii@sra.co.jp>
162
162
163
- retep -
164
- Tools to build retep tools packages
165
- by Peter T Mount <peter@retep.org.uk>
166
-
167
163
rserv -
168
164
Replication server
169
165
by Vadim B. Mikheev <vadim4o@email.com>
You can’t perform that action at this time.
0 commit comments