Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9041222

Browse files
committed
Remove some leftovers of split tarball support
1 parent77c666f commit9041222

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

‎GNUmakefile.in

Lines changed: 1 addition & 24 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp