use $(TAR_VERBOSITY)

This commit is contained in:
Mike Frysinger
2004-10-09 19:05:40 +00:00
parent 1f41bb7738
commit 3a7b488366
82 changed files with 85 additions and 85 deletions

View File

@@ -16,7 +16,7 @@ $(DL_DIR)/$(AUTOCONF_SOURCE):
autoconf-source: $(DL_DIR)/$(AUTOCONF_SOURCE)
$(AUTOCONF_DIR)/.unpacked: $(DL_DIR)/$(AUTOCONF_SOURCE)
$(AUTOCONF_CAT) $(DL_DIR)/$(AUTOCONF_SOURCE) | tar -C $(BUILD_DIR) -xvf -
$(AUTOCONF_CAT) $(DL_DIR)/$(AUTOCONF_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f -
touch $(AUTOCONF_DIR)/.unpacked
$(AUTOCONF_DIR)/.configured: $(AUTOCONF_DIR)/.unpacked