Snapshot 26Feb98 - minor showstoppers part 2

From: Andrew Martin <martin(at)biochemistry(dot)ucl(dot)ac(dot)uk>
To: pgsql-hackers(at)postgresql(dot)org, scrappy(at)hub(dot)org
Subject: Snapshot 26Feb98 - minor showstoppers part 2
Date: 1998-02-26 17:12:06
Message-ID: 199802261712.RAA17981@bsmir06.biochem.ucl.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


The Makefile in .../src/interfaces/ecpg/preproc also has -Wall as a
CFLAGS option.

Here's a patch:

*** Makefile.orig Wed Feb 25 08:00:39 1998
--- Makefile Thu Feb 26 16:51:43 1998
***************
*** 5,11 ****
MINOR_VERSION=0
PATCHLEVEL=0

! CFLAGS+=-I$(SRCDIR)/include -I../include -Wall -DMAJOR_VERSION=$(MAJOR_VERSION) -DMINOR_VERSION=$(MINOR_VERSION) -DPATCHLEVEL=$(PATCHLEVEL)

all:: ecpg

--- 5,11 ----
MINOR_VERSION=0
PATCHLEVEL=0

! CFLAGS+=-I$(SRCDIR)/include -I../include -DMAJOR_VERSION=$(MAJOR_VERSION) -DMINOR_VERSION=$(MINOR_VERSION) -DPATCHLEVEL=$(PATCHLEVEL)

all:: ecpg

Andrew
----------------------------------------------------------------------------
Dr. Andrew C.R. Martin University College London
EMAIL: (Work) martin(at)biochem(dot)ucl(dot)ac(dot)uk (Home) andrew(at)stagleys(dot)demon(dot)co(dot)uk
URL: http://www.biochem.ucl.ac.uk/~martin
Tel: (Work) +44(0)171 419 3890 (Home) +44(0)1372 275775

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Martin 1998-02-26 17:15:28 Re: [HACKERS] Snapshot 26Feb98 - another minor showstopper
Previous Message Thomas G. Lockhart 1998-02-26 17:03:27 Re: [QUESTIONS] Re: RH5.0/PostgreSQL Regression Test Failures