Commit 805e431
committed
Add support for VPATH builds, that is, building somewhere else than in the
source directory. This involves mostly makefiles using $(srcdir) when they
might have used ".". (Regression tests don't work with this, yet.)
Sort out usage of CPPFLAGS, CFLAGS (and CXXFLAGS). Add "override" keyword
in most places, to preserve necessary flags even when the user overrode the
flags.1 parent 039f3f1 commit 805e431
File tree
57 files changed
+664
-608
lines changed- config
- contrib
- array
- earthdistance
- findoidjoins
- fulltextindex
- isbn_issn
- lo
- mSQL-interface
- miscutil
- noupdate
- pg_dumplo
- pgbench
- soundex
- spi
- string
- userlock
- vacuumlo
- src
- backend
- bootstrap
- catalog
- parser
- port
- regex
- storage/ipc
- tioga
- utils
- adt
- mb
- misc
- bin
- pg_dump
- pgaccess
- pgtclsh
- psql
- scripts
- include
- interfaces
- ecpg
- lib
- preproc
- libpgeasy
- libpgtcl
- libpq++
- libpq
- odbc
- makefiles
- pl
- plpgsql/src
- tcl
- test
- bench
- examples
- locale
- regress
- tutorial
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
57 files changed
+664
-608
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
0 commit comments