From: Darren King <darrenk@insightdist.com>
Marc G. Fournier <scrappy@hub.org>
From: Darren King <darrenk@insightdist.com> This patch will... 1. Remove the "-Wall" option from the ecpg/lib and ecpg/preproc Makefile. 2. Remove the addition of $(SRCDIR)/include and-or $(SRCDIR)/backend from ecpg/lib, ecpg/preproc, libpq and utils Makefiles. Already in CFLAGS... 3. Set MK_NO_LORDER and RANLIB in Makefile.aix to avoid a couple of extra steps taken care of by the 'ld' command anyways.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/gram.c | modified | +2 −2 |
| src/backend/parser/parse.h | modified | +215 −216 |
| src/interfaces/ecpg/lib/Makefile.in | modified | +3 −3 |
| src/interfaces/ecpg/preproc/Makefile | modified | +1 −1 |
| src/interfaces/libpq/Makefile.in | modified | +3 −6 |
| src/makefiles/Makefile.aix | modified | +3 −0 |
| src/utils/Makefile | modified | +2 −6 |