Change the comments pertaining to Makefile.custom
Submitted by: darcy@druid.druid.com (D'Arcy J.M. Cain)
This commit is contained in:
parent
87799e38f1
commit
4ca1e1300c
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.34 1996/09/23 08:43:40 scrappy Exp $
|
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.35 1996/09/23 18:17:42 scrappy Exp $
|
||||||
#
|
#
|
||||||
# NOTES
|
# NOTES
|
||||||
# This is seen by any Makefiles that include mk/postgres.mk. To
|
# This is seen by any Makefiles that include mk/postgres.mk. To
|
||||||
@ -317,11 +317,9 @@ objdir= obj
|
|||||||
#
|
#
|
||||||
# Customization.
|
# Customization.
|
||||||
#
|
#
|
||||||
# This includes your local customizations. This file doesn't exist
|
# This includes your local customizations if Makefile.custom exists
|
||||||
# in the original distribution (so that it doesn't get overwritten
|
# in the source directory. This file doesn't exist in the original
|
||||||
# when you upgrade the source) so you have to create at least an
|
# distribution so that it doesn't get overwritten when you upgrade.
|
||||||
# empty one. Run "touch Makefile.custom" in the source directory
|
|
||||||
# to create an empty customization file. Make your local changes.
|
|
||||||
ifneq ($(wildcard $(MKDIR)/../Makefile.custom), )
|
ifneq ($(wildcard $(MKDIR)/../Makefile.custom), )
|
||||||
include $(MKDIR)/../Makefile.custom
|
include $(MKDIR)/../Makefile.custom
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user