diff options
| author | Bruce Momjian | 2006-03-11 04:38:42 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2006-03-11 04:38:42 +0000 |
| commit | f3d99d160d1f6104dc7b1b44e66aa4c713e52680 (patch) | |
| tree | 2cbd8fd961414b548e8b6d506a3cd286d66b8f0e /src/template | |
| parent | 7992d0fbcaa5fa185f465e434836d63c1da94ba9 (diff) | |
Add CVS tag lines to files that were lacking them.
Diffstat (limited to 'src/template')
| -rw-r--r-- | src/template/cygwin | 2 | ||||
| -rw-r--r-- | src/template/darwin | 2 | ||||
| -rw-r--r-- | src/template/dgux | 3 | ||||
| -rw-r--r-- | src/template/freebsd | 2 | ||||
| -rw-r--r-- | src/template/hpux | 2 | ||||
| -rw-r--r-- | src/template/linux | 2 | ||||
| -rw-r--r-- | src/template/netbsd | 1 | ||||
| -rw-r--r-- | src/template/nextstep | 2 | ||||
| -rw-r--r-- | src/template/osf | 2 |
9 files changed, 18 insertions, 0 deletions
diff --git a/src/template/cygwin b/src/template/cygwin index e649d88c1b..276fa8081d 100644 --- a/src/template/cygwin +++ b/src/template/cygwin @@ -1,3 +1,5 @@ +# $PostgreSQL: pgsql/src/template/cygwin,v 1.7 2006/03/11 04:38:40 momjian Exp $ + SRCH_LIB="/usr/local/lib" # This is required to link pg_dump because it finds pg_toupper() in diff --git a/src/template/darwin b/src/template/darwin index baf462baf6..cb9afb20f3 100644 --- a/src/template/darwin +++ b/src/template/darwin @@ -1,3 +1,5 @@ +# $PostgreSQL: pgsql/src/template/darwin,v 1.10 2006/03/11 04:38:40 momjian Exp $ + # Apple's cpp-precomp seems a tad broken, so don't use it # (Note: on OS X before 10.2, you might need -traditional-cpp instead) CC="$CC -no-cpp-precomp" diff --git a/src/template/dgux b/src/template/dgux index e69de29bb2..43a19c6c2c 100644 --- a/src/template/dgux +++ b/src/template/dgux @@ -0,0 +1,3 @@ +# $PostgreSQL: pgsql/src/template/dgux,v 1.12 2006/03/11 04:38:40 momjian Exp $ + + diff --git a/src/template/freebsd b/src/template/freebsd index 718359e07c..72a1e0cd6e 100644 --- a/src/template/freebsd +++ b/src/template/freebsd @@ -1,3 +1,5 @@ +# $PostgreSQL: pgsql/src/template/freebsd,v 1.35 2006/03/11 04:38:41 momjian Exp $ + case $host_cpu in alpha*) CFLAGS="-O";; # alpha has problems with -O2 esac diff --git a/src/template/hpux b/src/template/hpux index 775c55a935..d8b5529b87 100644 --- a/src/template/hpux +++ b/src/template/hpux @@ -1,3 +1,5 @@ +# $PostgreSQL: pgsql/src/template/hpux,v 1.15 2006/03/11 04:38:41 momjian Exp $ + CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED" if test "$GCC" != yes ; then diff --git a/src/template/linux b/src/template/linux index dfb391ea54..6293e6a03a 100644 --- a/src/template/linux +++ b/src/template/linux @@ -1,2 +1,4 @@ +# $PostgreSQL: pgsql/src/template/linux,v 1.28 2006/03/11 04:38:41 momjian Exp $ + # Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise CPPFLAGS="-D_GNU_SOURCE" diff --git a/src/template/netbsd b/src/template/netbsd index c45260ca13..6e0ff48860 100644 --- a/src/template/netbsd +++ b/src/template/netbsd @@ -1,2 +1,3 @@ +# $PostgreSQL: pgsql/src/template/netbsd,v 1.20 2006/03/11 04:38:41 momjian Exp $ # tools/thread/thread_test must be run diff --git a/src/template/nextstep b/src/template/nextstep index d6b3c35e6c..68b8ac58ab 100644 --- a/src/template/nextstep +++ b/src/template/nextstep @@ -1,3 +1,5 @@ +# $PostgreSQL: pgsql/src/template/nextstep,v 1.9 2006/03/11 04:38:41 momjian Exp $ + AROPT=rc SHARED_LIB= DLSUFFIX=.o diff --git a/src/template/osf b/src/template/osf index e845cfecea..d558389e8d 100644 --- a/src/template/osf +++ b/src/template/osf @@ -1,3 +1,5 @@ +# $PostgreSQL: pgsql/src/template/osf,v 1.20 2006/03/11 04:38:41 momjian Exp $ + if test "$GCC" != yes ; then CC="$CC -std" CFLAGS="-O -ieee" |
