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

Commit52acfd2

Browse files
committed
Fix some missing .gitignore and "make clean" items in ecpg.
Some of the files we optionally link in from elsewhere weren't ignoredand/or weren't cleaned up at "make clean". Noted while testing on amachine that needs our version of snprintf.c.
1 parent7b3cf9b commit52acfd2

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/compatlib.def
22
/blibecpg_compatdll.def
33
/exports.list
4+
/snprintf.c
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/ecpglib.def
22
/blibecpgdll.def
33
/exports.list
4-
54
/path.c
65
/pgstrcasecmp.c
6+
/snprintf.c
77
/strlcpy.c
88
/thread.c
9+
/win32setlocale.c
10+
/isinf.c

‎src/interfaces/ecpg/ecpglib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ uninstall: uninstall-lib
7676

7777
cleandistclean: clean-lib
7878
rm -f$(OBJS)
79-
rm -f path.c pgstrcasecmp.c snprintf.c strlcpy.c thread.c win32setlocale.c
79+
rm -f path.c pgstrcasecmp.c snprintf.c strlcpy.c thread.c win32setlocale.c isinf.c
8080

8181
maintainer-clean: distclean maintainer-clean-lib
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/pgtypeslib.def
22
/blibpgtypesdll.def
33
/exports.list
4-
54
/pgstrcasecmp.c
5+
/rint.c
6+
/snprintf.c

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp