Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit405ced2

Browse files
committed
Various fixes resulting from removing the PORTNAME defines
From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
1 parent374bb5d commit405ced2

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

‎src/configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4360,7 +4360,7 @@ done
43604360
43614361
ac_given_srcdir=$srcdir
43624362
4363-
trap 'rm -fr`echo"GNUmakefile Makefile.global backend/port/Makefile bin/pg_version/Makefile bin/psql/Makefile bin/pg_dump/Makefile backend/utils/Gen_fmgrtab.sh include/config.h"| sed"s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
4363+
trap 'rm -fr`echo"GNUmakefile Makefile.global backend/port/Makefile bin/pg_version/Makefile bin/psql/Makefile bin/pg_dump/Makefile backend/utils/Gen_fmgrtab.shinterfaces/libpq/Makefile interfaces/libpgtcl/Makefileinclude/config.h"| sed"s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
43644364
EOF
43654365
cat>>$CONFIG_STATUS<<EOF
43664366
@@ -4480,7 +4480,7 @@ EOF
44804480

44814481
cat>>$CONFIG_STATUS<<EOF
44824482
4483-
CONFIG_FILES=\${CONFIG_FILES-"GNUmakefile Makefile.global backend/port/Makefile bin/pg_version/Makefile bin/psql/Makefile bin/pg_dump/Makefile backend/utils/Gen_fmgrtab.sh"}
4483+
CONFIG_FILES=\${CONFIG_FILES-"GNUmakefile Makefile.global backend/port/Makefile bin/pg_version/Makefile bin/psql/Makefile bin/pg_dump/Makefile backend/utils/Gen_fmgrtab.sh interfaces/libpq/Makefile interfaces/libpgtcl/Makefile"}
44844484
EOF
44854485
cat>>$CONFIG_STATUS<<\EOF
44864486
for ac_file in ..$CONFIG_FILES; do if test "x$ac_file" != x..; then

‎src/configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,4 +523,4 @@ else
523523
fi
524524

525525

526-
AC_OUTPUT(GNUmakefile Makefile.global backend/port/Makefile bin/pg_version/Makefile bin/psql/Makefile bin/pg_dump/Makefile backend/utils/Gen_fmgrtab.sh)
526+
AC_OUTPUT(GNUmakefile Makefile.global backend/port/Makefile bin/pg_version/Makefile bin/psql/Makefile bin/pg_dump/Makefile backend/utils/Gen_fmgrtab.sh interfaces/libpq/Makefile interfaces/libpgtcl/Makefile)

‎src/interfaces/libpgtcl/Makefilerenamed to‎src/interfaces/libpgtcl/Makefile.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.17 1997/10/28 15:13:10 vadim Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.1 1998/01/13 04:18:04 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -20,6 +20,8 @@ INCLUDE_OPT= \
2020
-I$(LIBPQDIR)\
2121
-I$(TCL_INCDIR)
2222

23+
PORTNAME=@PORTNAME@
24+
2325
CFLAGS+=$(INCLUDE_OPT)
2426
ifdefKRBVERS
2527
CFLAGS+=$(KRBFLAGS)
@@ -39,7 +41,7 @@ ifeq ($(PORTNAME), linux)
3941
endif
4042
endif
4143

42-
ifeq ($(PORTNAME),BSD44_derived)
44+
ifeq ($(PORTNAME),bsd)
4345
install-shlib-dep:= install-shlib
4446
shlib:= libpgtcl.so.1.0
4547
LDFLAGS_SL= -x -Bshareable -Bforcearchive

‎src/interfaces/libpq/Makefilerenamed to‎src/interfaces/libpq/Makefile.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.37 1997/08/17 00:33:28 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.1 1998/01/13 04:18:22 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -17,6 +17,8 @@ include $(SRCDIR)/Makefile.global
1717
# We need the backend directory here for its fmgr.h
1818
INCLUDE_OPT= -I$(SRCDIR)/include -I$(SRCDIR)/backend
1919

20+
PORTNAME=@PORTNAME@
21+
2022
CFLAGS+=$(INCLUDE_OPT)
2123

2224
ifdefKRBVERS
@@ -37,7 +39,7 @@ ifeq ($(PORTNAME), linux)
3739
CFLAGS +=$(CFLAGS_SL)
3840
endif
3941
endif
40-
ifeq ($(PORTNAME),BSD44_derived)
42+
ifeq ($(PORTNAME),bsd)
4143
install-shlib-dep := install-shlib
4244
shlib := libpq.so.1.0
4345
LDFLAGS_SL = -x -Bshareable -Bforcearchive

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp