OSDN Git Service

Make handling of errcodes.h more consistent with other generated headers.
authorRobert Haas <rhaas@postgresql.org>
Fri, 4 Feb 2011 14:28:06 +0000 (09:28 -0500)
committerRobert Haas <rhaas@postgresql.org>
Fri, 4 Feb 2011 14:29:10 +0000 (09:29 -0500)
commit356f2cbbb42811596820c94aaec2e32ad1ec58d8
tree807f36eec03106dd756b752c65b67deb80f70793
parentafb6dee1e3b93af05e35873c19c068e8ac7eb74b
Make handling of errcodes.h more consistent with other generated headers.

This fixes make distprep, and seems more robust in other ways as well.
Some special handling is required because errcodes.txt is needed by
some stuff in src/port, but just by src/backend as is the case for the
other generated headers.

While I'm at it, fix a few other things that were overlooked in the
original patch.
src/Makefile
src/backend/Makefile
src/backend/utils/Makefile
src/include/Makefile
src/port/Makefile
src/tools/msvc/clean.bat