From c1d0f34f25b60960a8df10fce5ce30f6b816159a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 4 Mar 2012 20:06:28 +0000 Subject: (tar) be silent --- perl-install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/Makefile b/perl-install/Makefile index ab86ab977..7c271829f 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -73,7 +73,7 @@ dist-git: tar: rm -rf $(PACKAGE)*.tar* $(PACKAGE)-$(PKGVERSION) - if [ -e "../.svn" ]; then \ + @if [ -e "../.svn" ]; then \ $(MAKE) dist-svn; \ elif [ -e "../.git" ]; then \ $(MAKE) dist-git; \ -- cgit v1.2.1