happens if it isn't changed
Disable READLINE by default
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Makefile,v 1.3.2.2 1996/08/20 04:10:35 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Makefile,v 1.3.2.3 1996/10/25 09:23:42 scrappy Exp $
#
# NOTES
# objdir - location of the objects and generated files (eg. obj)
XARGS = xargs
.DEFAULT all:
+ @if test $(PORTNAME) = UNDEFINED; then \
+ echo You must set the PORTNAME value in Makefile.global before ;\
+ echo you can build Postgres. ;\
+ false ;\
+ fi
$(MAKE) -C backend $@
$(MAKE) -C libpq $@
ifeq ($(USE_TCL), true)
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.10 1996/10/11 03:06:28 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.11 1996/10/25 09:23:41 scrappy Exp $
#
# NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To
# make sure that you have no whitespaces after the PORTNAME setting
# or the makefiles can get confused
#
-PORTNAME= BSD44_derived
+PORTNAME= UNDEFINED
# SRCDIR specifies where the source files are.
SRCDIR= /home/tools/postgres95-1.02/src