]> granicus.if.org Git - postgresql/commit
Make hstore_plperl's build even more like plperl's
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 2 May 2015 02:16:58 +0000 (22:16 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 2 May 2015 02:16:58 +0000 (22:16 -0400)
commit0fd764647a9910a340359bb319929b70317b2ae4
tree1ff5f734e7ad80bc1dc83284c5298decdde9e3c0
parentd664a10f9623fd2198b257e513bce849d439a773
Make hstore_plperl's build even more like plperl's

Combine the two places that set CPPFLAGS into one.  Also, some settings
should be restricted to Windows only.  More precisely, -Wno-comment is
a GCC-only option, but Windows in a makefile implies GCC at the moment.

Also, since -Wno-comment is more properly a preprocessor option, move it
to CPPFLAGS to simplify things a bit.
contrib/hstore_plperl/Makefile
src/pl/plperl/GNUmakefile