Browse Source

use quiet cloning

Waldemar Brodkorb 9 years ago
parent
commit
684cbc081d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mk/fetch.mk

+ 1 - 1
mk/fetch.mk

@@ -64,7 +64,7 @@ $(1):
 	for url in "${PKG_SITES}"; do case $$$$url in \
 	   git://*|*.git) \
 		rm -rf $${PKG_NAME}-$${PKG_VERSION}; \
-		git clone $${PKG_SITES} $${PKG_NAME}-$${PKG_VERSION}; \
+		git clone --quiet $${PKG_SITES} $${PKG_NAME}-$${PKG_VERSION}; \
 		if [ $$$$(echo $${PKG_VERSION}|wc -c) -eq 41 ]; then \
 			(cd $${PKG_NAME}-$${PKG_VERSION}; \
 			echo "Checking out $${PKG_VERSION}"; \