Skip to content

Commit a345dcd

Browse files
committed
Observe errors in makefile
1 parent 84ce707 commit a345dcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/tsearch/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 2006-2008, PostgreSQL Global Development Group
66
#
7-
# $PostgreSQL: pgsql/src/backend/tsearch/Makefile,v 1.4 2008/01/01 19:45:52 momjian Exp $
7+
# $PostgreSQL: pgsql/src/backend/tsearch/Makefile,v 1.5 2008/02/18 16:04:32 petere Exp $
88
#
99
#-------------------------------------------------------------------------
1010
subdir = src/backend/tsearch
@@ -32,7 +32,7 @@ depend dep:
3232
.PHONY: install-data
3333
install-data: $(DICTFILES) installdirs
3434
for i in $(DICTFILES); \
35-
do $(INSTALL_DATA) $(srcdir)/$$i '$(DESTDIR)$(datadir)/$(DICTDIR)/'$$i; \
35+
do $(INSTALL_DATA) $(srcdir)/$$i '$(DESTDIR)$(datadir)/$(DICTDIR)/'$$i || exit; \
3636
done
3737

3838
installdirs:
@@ -41,7 +41,7 @@ installdirs:
4141
.PHONY: uninstall-data
4242
uninstall-data:
4343
for i in $(DICTFILES); \
44-
do rm -rf '$(DESTDIR)$(datadir)/$(DICTDIR)/'$$i ; \
44+
do rm -rf '$(DESTDIR)$(datadir)/$(DICTDIR)/'$$i || exit; \
4545
done
4646

4747
clean distclean maintainer-clean:

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