pgsql: Remove superfluous -DFRONTEND. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Remove superfluous -DFRONTEND.
Date
Msg-id E1Yln8F-00079c-AX@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove superfluous -DFRONTEND.

The majority practice is to add -DFRONTEND in directories building files
that are, at other times, built for the backend.  Some directories
lacking that property added a noise -DFRONTEND in one build system.
Remove the excess flags, for consistency.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bcd7e8897cd5345b38232efdbeb3ed12d8790ed5

Modified Files
--------------
src/bin/pg_upgrade/Makefile |    2 +-
src/tools/msvc/Mkvcbuild.pm |    4 ----
2 files changed, 1 insertion(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Build every ECPG library with -DFRONTEND.
Next
From: Noah Misch
Date:
Subject: pgsql: Build every ECPG library with -DFRONTEND.