mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Get rid of PORTNAME from Makefile.global.in...
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $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 $
|
||||||
#
|
#
|
||||||
# NOTES
|
# NOTES
|
||||||
# Essentially all Postgres make files include this file and use the
|
# Essentially all Postgres make files include this file and use the
|
||||||
@ -49,7 +49,9 @@
|
|||||||
#
|
#
|
||||||
# make sure that you have no whitespaces after the PORTNAME setting
|
# make sure that you have no whitespaces after the PORTNAME setting
|
||||||
# or the makefiles can get confused
|
# or the makefiles can get confused
|
||||||
PORTNAME= @PORTNAME@
|
#
|
||||||
|
# This should no longer be appropriate...scrappy@postgresql.org
|
||||||
|
#PORTNAME= @PORTNAME@
|
||||||
|
|
||||||
# Ignore LINUX_ELF if you're not using Linux. But if you are, and you're
|
# Ignore LINUX_ELF if you're not using Linux. But if you are, and you're
|
||||||
# compiling to a.out (which means you're using the dld dynamic loading
|
# compiling to a.out (which means you're using the dld dynamic loading
|
||||||
|
Reference in New Issue
Block a user