diff options
| author | Fabio Porcedda <fabio.porcedda@gmail.com> | 2014-10-29 10:18:41 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-11-02 22:48:50 +0100 |
| commit | ac9621d9950e2ee7ff881d9460961b263e5f81b7 (patch) | |
| tree | ea44155cab14114fec4978ae735744c52f1b308b /package/sam-ba | |
| parent | f787b51af53889eab6ff02ccd807fc6bf018034d (diff) | |
| download | buildroot-ac9621d9950e2ee7ff881d9460961b263e5f81b7.tar.gz buildroot-ac9621d9950e2ee7ff881d9460961b263e5f81b7.zip | |
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>
Diffstat (limited to 'package/sam-ba')
| -rw-r--r-- | package/sam-ba/sam-ba.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sam-ba/sam-ba.mk b/package/sam-ba/sam-ba.mk index 905a6cbf3e..f46cbce78e 100644 --- a/package/sam-ba/sam-ba.mk +++ b/package/sam-ba/sam-ba.mk @@ -12,7 +12,7 @@ SAM_BA_LICENSE = BSD-like (partly binary-only) SAM_BA_LICENSE_FILES = doc/readme.txt define HOST_SAM_BA_EXTRACT_CMDS - unzip -d $(BUILD_DIR) $(DL_DIR)/$(SAM_BA_SOURCE) + $(UNZIP) -d $(BUILD_DIR) $(DL_DIR)/$(SAM_BA_SOURCE) mv $(BUILD_DIR)/sam-ba_cdc_cdc_linux/* $(@D) rmdir $(BUILD_DIR)/sam-ba_cdc_cdc_linux/ endef |

