mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Add CVS tag lines to files that were lacking them.
This commit is contained in:
@ -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
|
||||
|
@ -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"
|
||||
|
@ -0,0 +1,3 @@
|
||||
# $PostgreSQL: pgsql/src/template/dgux,v 1.12 2006/03/11 04:38:40 momjian Exp $
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user