mirror of
https://github.com/postgres/postgres.git
synced 2025-12-04 12:02:48 +03:00
can't mix and match .gz and .bz2 in here ... won't build
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# PostgreSQL top level makefile
|
# PostgreSQL top level makefile
|
||||||
#
|
#
|
||||||
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.33 2003/08/05 04:40:29 pgsql Exp $
|
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.34 2003/08/05 04:55:58 pgsql Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
subdir =
|
subdir =
|
||||||
@@ -59,9 +59,9 @@ distdir := postgresql-$(VERSION)
|
|||||||
dummy := =install=
|
dummy := =install=
|
||||||
garbage := =* "#"* ."#"* *~* *.orig *.rej core postgresql-*
|
garbage := =* "#"* ."#"* *~* *.orig *.rej core postgresql-*
|
||||||
|
|
||||||
dist: $(distdir).tar.gz $(distdir).tar.bz2
|
dist: $(distdir).tar.gz
|
||||||
ifeq ($(split-dist), yes)
|
ifeq ($(split-dist), yes)
|
||||||
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
|
dist: postgresql-base-$(VERSION).tar.gz postgresql-docs-$(VERSION).tar.gz postgresql-opt-$(VERSION).tar.gz postgresql-test-$(VERSION).tar.gz
|
||||||
endif
|
endif
|
||||||
dist:
|
dist:
|
||||||
-rm -rf $(distdir)
|
-rm -rf $(distdir)
|
||||||
|
|||||||
Reference in New Issue
Block a user