From e75d8d44639e442f75cda8e1bbc0ed3ba0cfbe55 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 3 Apr 2010 12:15:10 +0000 Subject: [PATCH] quieter ccache-swig install git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11972 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 923c34321..9f6c23499 100644 --- a/Makefile.in +++ b/Makefile.in @@ -436,7 +436,7 @@ install-lib: done install-ccache: - test -z "$(ENABLE_CCACHE)" || (cd $(CCACHE) && $(MAKE) install) + @test -z "$(ENABLE_CCACHE)" || (cd $(CCACHE) && $(MAKE) -s install) #####################################################################