summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-04-04 10:43:16 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-04-04 10:43:16 +0000
commitc7b40e605810e4f78c124061a8f15570451ceed1 (patch)
tree0824ca0036dc6179286e349110ec08f0773c0f37 /src/backend/bootstrap
parente292a9d62721f58d1db3b63e16196ce48664cc0b (diff)
downloadpostgresql-c7b40e605810e4f78c124061a8f15570451ceed1.tar.gz
This commit represents a clean compile with the new templates under
FreeBSD The Makefile(s) have all been cleaned up such that there is a single LDFLAGS vs LD_ADD or LDADD or LDFLAGS or LDFLAGS_BE. The Makefile(s) should be alot more straightforward then they were before...and consistent
Diffstat (limited to 'src/backend/bootstrap')
-rw-r--r--src/backend/bootstrap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/bootstrap/Makefile b/src/backend/bootstrap/Makefile
index 0c3567e7e2..119fa1f3cb 100644
--- a/src/backend/bootstrap/Makefile
+++ b/src/backend/bootstrap/Makefile
@@ -4,7 +4,7 @@
# Makefile for the bootstrap module
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/backend/bootstrap/Makefile,v 1.5 1997/04/02 18:10:46 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/backend/bootstrap/Makefile,v 1.6 1997/04/04 10:38:58 scrappy Exp $
#
#
# We must build bootparse.c and bootscanner.c with yacc and lex and sed,
@@ -25,7 +25,7 @@ INCLUDE_OPT= -I.. \
-I../port/$(PORTNAME) \
-I../../include
-CFLAGS+= $(INCLUDE_OPT)
+CFLAGS+= $(INCLUDE_OPT) -Wno-error
BOOTYACCS= bootstrap_tokens.h bootparse.c