From 9596dce93b751c01770da175d208d78aeaf6ae00 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 9 Sep 2006 21:30:06 -0700 Subject: [PATCH] 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. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.39.2