|
7 | 7 | #
|
8 | 8 | #
|
9 | 9 | # 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 $ |
11 | 11 | #
|
12 | 12 | # NOTES
|
13 | 13 | # This is seen by any Makefiles that include mk/postgres.mk. To
|
|
62 | 62 | PORTNAME= BSD44_derived
|
63 | 63 |
|
64 | 64 | # SRCDIR specifies where the source files are.
|
65 |
| -SRCDIR= /home/staff/scrappy/postgres/2.0/cvs/postgres95/src |
| 65 | +SRCDIR= /usr/local/postgres95/src |
66 | 66 |
|
67 | 67 | # For convenience, POSTGRESDIR is where DATADIR, BINDIR, and LIBDIR
|
68 | 68 | # and other target destinations are rooted. Of course, each of these is
|
69 | 69 | # changable separately.
|
70 |
| -POSTGRESDIR= /home/staff/scrappy/postgres/2.0/cvs/postgres95 |
| 70 | +POSTGRESDIR= /usr/local/postgres95 |
71 | 71 |
|
72 | 72 | # POSTGRESLOGIN is the login name of the user who gets special
|
73 | 73 | # privileges within the database. By default it is "postgres", but
|
74 | 74 | # you can change it to any existing login name (such as your own
|
75 | 75 | # login if you are compiling a private version or don't have root
|
76 | 76 | # access).
|
77 |
| -POSTGRESLOGIN= scrappy |
| 77 | +POSTGRESLOGIN= postgres |
78 | 78 |
|
79 | 79 | # DATADIR specifies where the postmaster expects to find its database.
|
80 | 80 | # This may be overridden by command line options or the PGDATA environment
|
@@ -314,3 +314,11 @@ objdir= obj
|
314 | 314 | #
|
315 | 315 | # Customization.
|
316 | 316 | #
|
| 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