We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9eb5c commit 4ee5f2bCopy full SHA for 4ee5f2b
src/Makefile.global.in
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.28 1997/12/17 04:03:30 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.29 1997/12/19 21:29:28 scrappy Exp $
11
12
# NOTES
13
# Essentially all Postgres make files include this file and use the
@@ -49,7 +49,9 @@
49
50
# make sure that you have no whitespaces after the PORTNAME setting
51
# or the makefiles can get confused
52
-PORTNAME= @PORTNAME@
+#
53
+# This should no longer be appropriate...scrappy@postgresql.org
54
+#PORTNAME= @PORTNAME@
55
56
# Ignore LINUX_ELF if you're not using Linux. But if you are, and you're
57
# compiling to a.out (which means you're using the dld dynamic loading
0 commit comments