From: Keith Packard Date: Sun, 10 Sep 2006 04:30:06 +0000 (-0700) Subject: Don't display tests for DESTDIR on make install. X-Git-Tag: 2.4.0~2 X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=commitdiff_plain;h=9596dce93b751c01770da175d208d78aeaf6ae00 Don't display tests for DESTDIR on make install. Make install output quieter by eliding the shell commands used to test for DESTDIR being set during make install. --- diff --git a/Makefile.am b/Makefile.am index cf90617..88e55af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -97,7 +97,7 @@ install-data-local: echo " $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf"; \ $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \ fi; fi - (if $(RUN_FC_CACHE_TEST); then \ + @(if $(RUN_FC_CACHE_TEST); then \ echo " fc-cache/fc-cache -s -f -v"; \ fc-cache/fc-cache -s -f -v; \ else \