Skip to content

Commit 95251f4

Browse files
committed
Various standardizations and fixes submitted by D'Arcy Cain
NOTE: Makefile.custom is commented out, since it isn't there by default. If you read the section telling you about it to know to create it, you can uncomment it while you are there ...
1 parent 40aade2 commit 95251f4

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

src/Makefile.global

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.29 1996/08/28 07:14:00 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.30 1996/09/16 06:32:25 scrappy Exp $
1111
#
1212
# NOTES
1313
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -62,19 +62,19 @@
6262
PORTNAME= BSD44_derived
6363

6464
# SRCDIR specifies where the source files are.
65-
SRCDIR= /home/staff/scrappy/postgres/2.0/cvs/postgres95/src
65+
SRCDIR= /usr/local/postgres95/src
6666

6767
# For convenience, POSTGRESDIR is where DATADIR, BINDIR, and LIBDIR
6868
# and other target destinations are rooted. Of course, each of these is
6969
# changable separately.
70-
POSTGRESDIR= /home/staff/scrappy/postgres/2.0/cvs/postgres95
70+
POSTGRESDIR= /usr/local/postgres95
7171

7272
# POSTGRESLOGIN is the login name of the user who gets special
7373
# privileges within the database. By default it is "postgres", but
7474
# you can change it to any existing login name (such as your own
7575
# login if you are compiling a private version or don't have root
7676
# access).
77-
POSTGRESLOGIN= scrappy
77+
POSTGRESLOGIN= postgres
7878

7979
# DATADIR specifies where the postmaster expects to find its database.
8080
# This may be overridden by command line options or the PGDATA environment
@@ -314,3 +314,11 @@ objdir= obj
314314
#
315315
# Customization.
316316
#
317+
# This includes your local customizations. This file doesn't exist
318+
# in the original distribution (so that it doesn't get overwritten
319+
# when you upgrade the source) so you have to create at least an
320+
# empty one. Run "touch Makefile.custom" in the source directory
321+
# to create an empty customization file. Make your local changes.
322+
323+
# include $(MKDIR)/../Makefile.custom
324+

0 commit comments

Comments
 (0)