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

Commit26a1956

Browse files
committed
pg_version Makefile was not being processed.
1 parentaa0bad9 commit26a1956

File tree

3 files changed

+3
-44
lines changed

3 files changed

+3
-44
lines changed

‎src/bin/pg_version/Makefile

Lines changed: 0 additions & 41 deletions
This file was deleted.

‎src/configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4003,7 +4003,7 @@ done
40034003
40044004
ac_given_srcdir=$srcdir
40054005
4006-
trap 'rm -fr`echo"GNUmakefile Makefile.global backend/port/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
4006+
trap 'rm -fr`echo"GNUmakefile Makefile.global backend/port/Makefile bin/pg_version bin/psql/Makefile bin/pg_dump/Makefile backend/utils/Gen_fmgrtab.sh include/config.h"| sed"s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
40074007
EOF
40084008
cat>>$CONFIG_STATUS<<EOF
40094009
@@ -4116,7 +4116,7 @@ EOF
41164116

41174117
cat>>$CONFIG_STATUS<<EOF
41184118
4119-
CONFIG_FILES=\${CONFIG_FILES-"GNUmakefile Makefile.global backend/port/Makefile bin/psql/Makefile bin/pg_dump/Makefile backend/utils/Gen_fmgrtab.sh"}
4119+
CONFIG_FILES=\${CONFIG_FILES-"GNUmakefile Makefile.global backend/port/Makefile bin/pg_version bin/psql/Makefile bin/pg_dump/Makefile backend/utils/Gen_fmgrtab.sh"}
41204120
EOF
41214121
cat>>$CONFIG_STATUS<<\EOF
41224122
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
@@ -448,4 +448,4 @@ else
448448
fi
449449

450450

451-
AC_OUTPUT(GNUmakefile Makefile.global backend/port/Makefile bin/psql/Makefile bin/pg_dump/Makefile backend/utils/Gen_fmgrtab.sh)
451+
AC_OUTPUT(GNUmakefile Makefile.global backend/port/Makefile bin/pg_version bin/psql/Makefile bin/pg_dump/Makefile backend/utils/Gen_fmgrtab.sh)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp