mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
unzip: Use the "-q" option to silence unzipping of source files
Add and use the "UNZIP" variable instead of calling directly unzip because the variable contains the "-q" option to silence "unzip" so it doesn't show the list of files extracted just like when tar files are being unpacked. Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
f787b51af5
commit
ac9621d995
@@ -22,7 +22,7 @@ GTEST_LICENSE_FILES = LICENSE
|
||||
GTEST_CONF_OPTS = -DBUILD_SHARED_LIBS=OFF
|
||||
|
||||
define GTEST_EXTRACT_CMDS
|
||||
unzip $(DL_DIR)/$(GTEST_SOURCE) -d $(BUILD_DIR)
|
||||
$(UNZIP) $(DL_DIR)/$(GTEST_SOURCE) -d $(BUILD_DIR)
|
||||
endef
|
||||
|
||||
define GTEST_INSTALL_STAGING_CMDS
|
||||
|
||||
Reference in New Issue
Block a user