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

Commit 4ee5f2b

Browse files
committed
Get rid of PORTNAME from Makefile.global.in...
1 parent 1f9eb5c commit 4ee5f2b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Makefile.global.in

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.28 1997/12/17 04:03:30 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.29 1997/12/19 21:29:28 scrappy Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -49,7 +49,9 @@
4949
#
5050
# make sure that you have no whitespaces after the PORTNAME setting
5151
# or the makefiles can get confused
52-
PORTNAME= @PORTNAME@
52+
#
53+
# This should no longer be appropriate...scrappy@postgresql.org
54+
#PORTNAME= @PORTNAME@
5355

5456
# Ignore LINUX_ELF if you're not using Linux. But if you are, and you're
5557
# compiling to a.out (which means you're using the dld dynamic loading

0 commit comments

Comments
 (0)