summaryrefslogtreecommitdiff
path: root/src/template
diff options
context:
space:
mode:
Diffstat (limited to 'src/template')
-rw-r--r--src/template/cygwin2
-rw-r--r--src/template/darwin2
-rw-r--r--src/template/dgux2
-rw-r--r--src/template/freebsd2
-rw-r--r--src/template/hpux2
-rw-r--r--src/template/linux2
-rw-r--r--src/template/netbsd2
-rw-r--r--src/template/nextstep2
-rw-r--r--src/template/osf2
9 files changed, 9 insertions, 9 deletions
diff --git a/src/template/cygwin b/src/template/cygwin
index b2fe3640c60..3948fab6410 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 7663a751016..542f706b0fa 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 2a85835b7da..94aee2a611c 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 72a1e0cd6ee..1e04fece42b 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 a0d0b59f1fa..ce4d93ced7b 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 19904bc22e1..3eb5ad2428f 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 c6ac2ba1702..198697723df 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 68b8ac58ab3..381ada6fadc 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 d558389e8de..4f10ad619a3 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"