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

Commit 1544c82

Browse files
author
PostgreSQL Daemon
committed
seeing if building bz2 distributions actually works ...
1 parent 56a84dc commit 1544c82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

GNUmakefile.in

+3-3
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.32 2003/08/05 04:18:51 pgsql Exp $
4+
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.33 2003/08/05 04:40:29 pgsql Exp $
55
#
66

77
subdir =
@@ -59,9 +59,9 @@ distdir := postgresql-$(VERSION)
5959
dummy := =install=
6060
garbage := =* "#"* ."#"* *~* *.orig *.rej core postgresql-*
6161

62-
dist: $(distdir).tar.gz
62+
dist: $(distdir).tar.gz $(distdir).tar.bz2
6363
ifeq ($(split-dist), yes)
64-
dist: postgresql-base-$(VERSION).tar.gz postgresql-docs-$(VERSION).tar.gz postgresql-opt-$(VERSION).tar.gz postgresql-test-$(VERSION).tar.gz
64+
dist: postgresql-base-$(VERSION).tar.gz postgresql-docs-$(VERSION).tar.gz postgresql-opt-$(VERSION).tar.gz postgresql-test-$(VERSION).tar.gz postgresql-base-$(VERSION).tar.bz2 postgresql-docs-$(VERSION).tar.bz2 postgresql-opt-$(VERSION).tar.bz2 postgresql-test-$(VERSION).tar.bz2
6565
endif
6666
dist:
6767
-rm -rf $(distdir)

0 commit comments

Comments
 (0)