Selaa lähdekoodia

build: unzip: perform operations quietly

Signed-off-by: Yousong Zhou <[email protected]>
Yousong Zhou 8 vuotta sitten
vanhempi
sitoutus
4ebb13a0ef
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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