From ef9275a56549fb9f57937b25a5e7b06a760d55bb 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(-) (limited to 'perl-install/Makefile') 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