Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4ee5f2b

Browse files
committed
Get rid of PORTNAME from Makefile.global.in...
1 parent1f9eb5c commit4ee5f2b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎src/Makefile.global.in

Lines changed: 4 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp