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

Commit 9041222

Browse files
committed
Remove some leftovers of split tarball support
1 parent 77c666f commit 9041222

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

GNUmakefile.in

+1-24
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# PostgreSQL top level makefile
33
#
4-
# $PostgreSQL: pgsql/GNUmakefile.in,v 1.53 2009/08/14 21:37:18 alvherre Exp $
4+
# $PostgreSQL: pgsql/GNUmakefile.in,v 1.54 2009/10/29 21:57:17 petere Exp $
55
#
66

77
subdir =
@@ -71,34 +71,11 @@ dummy = =install=
7171
garbage = =* "#"* ."#"* *~* *.orig *.rej core postgresql-*
7272

7373
dist: $(distdir).tar.gz
74-
ifeq ($(split-dist), yes)
75-
dist: postgresql-base-$(VERSION).tar.gz postgresql-docs-$(VERSION).tar.gz postgresql-opt-$(VERSION).tar.gz postgresql-test-$(VERSION).tar.gz
76-
endif
77-
dist:
7874
rm -rf $(distdir)
7975

8076
$(distdir).tar: distdir
8177
$(TAR) chf $@ $(distdir)
8278

83-
opt_files = \
84-
src/tools src/tutorial \
85-
$(addprefix src/pl/, plperl plpython tcl)
86-
87-
docs_files = doc/postgres.tar.gz doc/src doc/TODO.detail
88-
89-
postgresql-base-$(VERSION).tar: distdir
90-
$(TAR) -c $(addprefix --exclude $(distdir)/, $(docs_files) $(opt_files) src/test) \
91-
-f $@ $(distdir)
92-
93-
postgresql-docs-$(VERSION).tar: distdir
94-
$(TAR) cf $@ $(addprefix $(distdir)/, $(docs_files))
95-
96-
postgresql-opt-$(VERSION).tar: distdir
97-
$(TAR) cf $@ $(addprefix $(distdir)/, $(opt_files))
98-
99-
postgresql-test-$(VERSION).tar: distdir
100-
$(TAR) cf $@ $(distdir)/src/test
101-
10279
distdir-location:
10380
@echo $(distdir)
10481

0 commit comments

Comments
 (0)