Ver código fonte

build: unzip: perform operations quietly

Signed-off-by: Yousong Zhou <[email protected]>
Yousong Zhou 8 anos atrás
pai
commit
4ebb13a0ef
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      include/unpack.mk

+ 1 - 1
include/unpack.mk

@@ -7,7 +7,7 @@
 
 HOST_TAR:=$(TAR)
 TAR_CMD=$(HOST_TAR) -C $(1)/.. $(TAR_OPTIONS)
-UNZIP_CMD=unzip -d $(1)/.. $(DL_DIR)/$(PKG_SOURCE)
+UNZIP_CMD=unzip -q -d $(1)/.. $(DL_DIR)/$(PKG_SOURCE)
 
 ifeq ($(PKG_SOURCE),)
   PKG_UNPACK ?= true