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

Commit88a2b5c

Browse files
committed
No server version of snprintf needed, so remove Makefile rule.
1 parent3b0ee86 commit88a2b5c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎src/port/Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#for use only by the backend binaries
1616
#
1717
# IDENTIFICATION
18-
# $PostgreSQL: pgsql/src/port/Makefile,v 1.27 2005/08/12 19:43:31 momjian Exp $
18+
# $PostgreSQL: pgsql/src/port/Makefile,v 1.28 2005/08/12 19:45:14 momjian Exp $
1919
#
2020
#-------------------------------------------------------------------------
2121

@@ -66,9 +66,6 @@ exec_srv.o: exec.c
6666
getaddrinfo_srv.o: getaddrinfo.c
6767
$(CC)$(CFLAGS)$(subst -DFRONTEND,,$(CPPFLAGS)) -c$< -o$@
6868

69-
snprintf_srv.o: snprintf.c
70-
$(CC)$(CFLAGS)$(subst -DFRONTEND,,$(CPPFLAGS)) -c$< -o$@
71-
7269
# No thread flags for server version
7370
thread_srv.o: thread.c
7471
$(CC)$(CFLAGS)$(subst -DFRONTEND,,$(CPPFLAGS)) -c$< -o$@

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp