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.
This commit is contained in:
Keith Packard 2006-09-09 21:30:06 -07:00
parent d08feb851a
commit 9596dce93b
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ install-data-local:
echo " $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf"; \ echo " $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf"; \
$(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \ $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \
fi; fi fi; fi
(if $(RUN_FC_CACHE_TEST); then \ @(if $(RUN_FC_CACHE_TEST); then \
echo " fc-cache/fc-cache -s -f -v"; \ echo " fc-cache/fc-cache -s -f -v"; \
fc-cache/fc-cache -s -f -v; \ fc-cache/fc-cache -s -f -v; \
else \ else \