Skip to content

Commit 2b8fab8

Browse files
committed
Prevent install error message when doing cmp on empty tree.
1 parent a5d7ba7 commit 2b8fab8

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
for file in 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)/$$file 2>/dev/null; \
6464
then \
6565
: ; \
6666
else \

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy