8000 Remove registration message in all the supported back branches; · larkly/postgres-docker@f47f4be · GitHub
[go: up one dir, main page]

Skip to content

Commit f47f4be

Browse files
committed
Remove registration message in all the supported back branches;
we had decided to drop it for 7.4, and no one misses it.
1 parent a55a75f commit f47f4be

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

GNUmakefile.in

Lines changed: 2 additions & 2 deletions
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.23 2001/11/21 23:19:25 momjian Exp $
4+
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.23.2.1 2005/08/16 03:33:39 tgl Exp $
55
#
66

77
subdir =
@@ -16,7 +16,7 @@ all:
1616
install:
1717
$(MAKE) -C doc install
1818
$(MAKE) -C src install
19-
@cat $(srcdir)/register.txt
19+
@echo "PostgreSQL installation complete."
2020

2121
installdirs uninstall distprep:
2222
$(MAKE) -C doc $@

register.txt

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0