This commit represents a clean compile with the new templates under
Marc G. Fournier <scrappy@hub.org>
This commit represents a clean compile with the new templates under FreeBSD The Makefile(s) have all been cleaned up such that there is a single LDFLAGS vs LD_ADD or LDADD or LDFLAGS or LDFLAGS_BE. The Makefile(s) should be alot more straightforward then they were before...and consistent
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/bootstrap/Makefile | modified | +2 −2 |
| src/backend/libpq/Makefile | modified | +2 −2 |
| src/backend/Makefile | modified | +4 −4 |
| src/backend/optimizer/geqo/Makefile | modified | +2 −2 |
| src/backend/parser/Makefile | modified | +2 −2 |
| src/backend/tcop/Makefile | modified | +2 −2 |
| src/bin/Makefile.global | modified | +2 −5 |
| src/bin/pg_dump/Makefile.in | modified | +2 −2 |
| src/bin/pg_id/Makefile | modified | +2 −2 |
| src/bin/pgtclsh/Makefile | modified | +3 −3 |
| src/bin/pg_version/Makefile | modified | +2 −2 |
| src/bin/psql/Makefile.in | modified | +2 −2 |
| src/build | modified | +8 −8 |
| src/configure | modified | +168 −164 |
| src/configure.in | modified | +4 −3 |
| src/interfaces/libpq++/examples/Makefile | modified | +3 −3 |
| src/interfaces/libpq++/Makefile | modified | +2 −2 |
| src/interfaces/libpq/Makefile | modified | +4 −4 |
| src/Makefile.global.in | modified | +7 −41 |
| src/template/freebsd | modified | +2 −3 |
| src/test/examples/Makefile | modified | +3 −3 |