1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-08 11:42:09 +03:00
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.
This commit is contained in:
Marc G. Fournier
1998-02-27 02:41:21 +00:00
parent 877224154d
commit 296a942b56
7 changed files with 229 additions and 234 deletions

View File

@ -210,7 +210,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.2 1998/02/21 06:31:46 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.3 1998/02/27 02:40:36 scrappy Exp $
*
* HISTORY
* AUTHOR DATE MAJOR EVENT
@ -287,7 +287,7 @@ typedef union
char chr;
char *str;
bool boolean;
bool* pboolean; /* for pg_user privileges */
bool* pboolean; /* for pg_shadow privileges */
List *list;
Node *node;
Value *value;