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

Commit508e84d

Browse files
committed
1 parent4fa5edc commit508e84d

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

‎src/interfaces/libpq/.gitignore‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/exports.list
22
/libpq.rc
3-
/libpq-dist.rc
43
# .c files that are symlinked in from elsewhere
54
/encnames.c
65
/wchar.c

‎src/interfaces/libpq/Makefile‎

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,10 @@ encnames.c wchar.c: % : $(backend_src)/utils/mb/%
9494
rm -f$@&&$(LN_S)$<.
9595

9696

97-
distprep: libpq-dist.rc
98-
99-
libpq.rclibpq-dist.rc: libpq.rc.in
97+
libpq.rc: libpq.rc.in
10098
sed -e's/\(VERSION.*\),0 *$$/\1,'`date'+%y%j'| sed's/^0*//'`'/'$<>$@
10199

102100
# Depend on Makefile.global to force rebuild on re-run of configure.
103-
# (But libpq-dist.rc is shipped in the distribution for shell-less
104-
# installations and is only updated by distprep.)
105101
libpq.rc:$(top_builddir)/src/Makefile.global
106102

107103
# Make dependencies on pg_config_paths.h visible, too.
@@ -141,4 +137,3 @@ clean distclean: clean-lib
141137

142138
maintainer-clean: distclean
143139
$(MAKE) -Ctest$@
144-
rm -f libpq-dist.rc

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp