提交 9c7cd8ba 编写于 作者: B Bruce Momjian

First step to removing /contrib/retep, with Peter Mount's approval.

上级 76cadb59
# #
# PostgreSQL top level makefile # PostgreSQL top level makefile
# #
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.29 2002/09/06 21:57:11 petere Exp $ # $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.30 2002/10/21 00:12:45 momjian Exp $
# #
subdir = subdir =
...@@ -69,7 +69,7 @@ dist: ...@@ -69,7 +69,7 @@ dist:
$(distdir).tar: distdir $(distdir).tar: distdir
$(TAR) chf $@ $(distdir) $(TAR) chf $@ $(distdir)
opt_files := contrib/retep \ opt_files := \
src/tools src/corba src/data src/tutorial \ src/tools src/corba src/data src/tutorial \
src/bin/pgtclsh \ src/bin/pgtclsh \
$(addprefix src/interfaces/, libpgtcl python jdbc) \ $(addprefix src/interfaces/, libpgtcl python jdbc) \
......
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.39 2002/09/05 20:53:45 tgl Exp $ # $Header: /cvsroot/pgsql/contrib/Makefile,v 1.40 2002/10/21 00:12:46 momjian Exp $
subdir = contrib subdir = contrib
top_builddir = .. top_builddir = ..
...@@ -41,10 +41,6 @@ WANTED_DIRS = \ ...@@ -41,10 +41,6 @@ WANTED_DIRS = \
userlock \ userlock \
vacuumlo vacuumlo
ifeq ($(with_java),yes)
WANTED_DIRS += retep
endif
# Missing: # Missing:
# ipc_check \ (does not have a makefile) # ipc_check \ (does not have a makefile)
# mSQL-interface \ (requires msql installed) # mSQL-interface \ (requires msql installed)
......
...@@ -160,10 +160,6 @@ pgstattuple - ...@@ -160,10 +160,6 @@ pgstattuple -
A function returns the percentage of "dead" tuples in a table A function returns the percentage of "dead" tuples in a table
by Tatsuo Ishii <t-ishii@sra.co.jp> by Tatsuo Ishii <t-ishii@sra.co.jp>
retep -
Tools to build retep tools packages
by Peter T Mount <peter@retep.org.uk>
rserv - rserv -
Replication server Replication server
by Vadim B. Mikheev <vadim4o@email.com> by Vadim B. Mikheev <vadim4o@email.com>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册