]> git.wh0rd.org - fontconfig.git/commitdiff
Don't display tests for DESTDIR on make install.
authorKeith Packard <keithp@neko.keithp.com>
Sun, 10 Sep 2006 04:30:06 +0000 (21:30 -0700)
committerKeith Packard <keithp@neko.keithp.com>
Sun, 10 Sep 2006 04:30:06 +0000 (21:30 -0700)
Make install output quieter by eliding the shell commands
used to test for DESTDIR being set during make install.

Makefile.am

index cf90617d3be9cfbbc1734e510bc9a01c34b3f4a9..88e55af9a2441fb1a72fa2e029b07f0d55b7533f 100644 (file)
@@ -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 \