mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove cvs keywords from all files.
This commit is contained in:
@ -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"
|
||||
|
||||
|
@ -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,
|
||||
|
@ -1 +1 @@
|
||||
# $PostgreSQL: pgsql/src/template/dgux,v 1.13 2010/08/19 05:57:35 petere Exp $
|
||||
# src/template/dgux
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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=
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user