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

Commit 014a0a3

Browse files
committed
Remove registration message, after discussion concluded that it was of
little use.
1 parent 27318d8 commit 014a0a3

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

GNUmakefile.in

+2-2
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.34 2003/08/05 04:55:58 pgsql Exp $
4+
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.35 2003/10/13 21:39:41 petere 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

-24
This file was deleted.

0 commit comments

Comments
 (0)