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

Commit2b8fab8

Browse files
committed
Prevent install error message when doing cmp on empty tree.
1 parenta5d7ba7 commit2b8fab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# 'make install' installs whole contents of src/include.
66
#
7-
# $PostgreSQL: pgsql/src/include/Makefile,v 1.13 2004/10/06 08:50:00 momjian Exp $
7+
# $PostgreSQL: pgsql/src/include/Makefile,v 1.14 2004/10/07 16:23:28 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -60,7 +60,7 @@ remove-old-headers:
6060
forfilein fmgr.h postgres.h access/attnum.h commands/trigger.h \
6161
executor/spi.h utils/elog.h utils/geo_decls.h utils/mcxt.h\
6262
utils/palloc.h;do\
63-
if cmp -s$(srcdir)/$$file$(DESTDIR)$(includedir)/$$file; \
63+
if cmp -s$(srcdir)/$$file$(DESTDIR)$(includedir)/$$file2>/dev/null; \
6464
then\
6565
:;\
6666
else\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp