diff options
| author | Magnus Hagander | 2010-09-20 20:08:53 +0000 |
|---|---|---|
| committer | Magnus Hagander | 2010-09-20 20:08:53 +0000 |
| commit | 9f2e211386931f7aee48ffbc2fcaef1632d8329f (patch) | |
| tree | eebf0b0367f8e957957cf5468ddc0c46d9da80f6 /src/template | |
| parent | cecde97577fafddc6b3aa354b9b77a3a54b063a9 (diff) | |
Remove cvs keywords from all files.
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 | 2 | ||||
| -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 | 2 | ||||
| -rw-r--r-- | src/template/nextstep | 2 | ||||
| -rw-r--r-- | src/template/osf | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/src/template/cygwin b/src/template/cygwin index b2fe3640c6..3948fab641 100644 --- a/src/template/cygwin +++ b/src/template/cygwin @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/src/template/cygwin,v 1.8 2010/07/05 18:54:38 tgl Exp $ +# src/template/cygwin SRCH_LIB="/usr/local/lib" diff --git a/src/template/darwin b/src/template/darwin index 7663a75101..542f706b0f 100644 --- a/src/template/darwin +++ b/src/template/darwin @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/src/template/darwin,v 1.12 2010/08/02 04:51:17 tgl Exp $ +# src/template/darwin # Select appropriate semaphore support. Darwin 6.0 (Mac OS X 10.2) and up # support System V semaphores; before that we have to use POSIX semaphores, diff --git a/src/template/dgux b/src/template/dgux index 2a85835b7d..94aee2a611 100644 --- a/src/template/dgux +++ b/src/template/dgux @@ -1 +1 @@ -# $PostgreSQL: pgsql/src/template/dgux,v 1.13 2010/08/19 05:57:35 petere Exp $ +# src/template/dgux diff --git a/src/template/freebsd b/src/template/freebsd index 72a1e0cd6e..1e04fece42 100644 --- a/src/template/freebsd +++ b/src/template/freebsd @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/src/template/freebsd,v 1.35 2006/03/11 04:38:41 momjian Exp $ +# src/template/freebsd case $host_cpu in alpha*) CFLAGS="-O";; # alpha has problems with -O2 diff --git a/src/template/hpux b/src/template/hpux index a0d0b59f1f..ce4d93ced7 100644 --- a/src/template/hpux +++ b/src/template/hpux @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/src/template/hpux,v 1.16 2006/12/12 19:43:19 petere Exp $ +# src/template/hpux CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED" diff --git a/src/template/linux b/src/template/linux index 19904bc22e..3eb5ad2428 100644 --- a/src/template/linux +++ b/src/template/linux @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/src/template/linux,v 1.31 2008/10/29 16:06:47 petere Exp $ +# src/template/linux # Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" diff --git a/src/template/netbsd b/src/template/netbsd index c6ac2ba170..198697723d 100644 --- a/src/template/netbsd +++ b/src/template/netbsd @@ -1,2 +1,2 @@ -# $PostgreSQL: pgsql/src/template/netbsd,v 1.21 2010/08/19 05:57:35 petere Exp $ +# src/template/netbsd # tools/thread/thread_test must be run diff --git a/src/template/nextstep b/src/template/nextstep index 68b8ac58ab..381ada6fad 100644 --- a/src/template/nextstep +++ b/src/template/nextstep @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/src/template/nextstep,v 1.9 2006/03/11 04:38:41 momjian Exp $ +# src/template/nextstep AROPT=rc SHARED_LIB= diff --git a/src/template/osf b/src/template/osf index d558389e8d..4f10ad619a 100644 --- a/src/template/osf +++ b/src/template/osf @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/src/template/osf,v 1.20 2006/03/11 04:38:41 momjian Exp $ +# src/template/osf if test "$GCC" != yes ; then CC="$CC -std" |
