From bb05a9ad46cd8c743ccdda99578ca424073f7a4d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 9 Oct 2004 21:19:47 +0000 Subject: Make the TAR_VERBOSITY option a bit more sane --- package/bash/bash.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/bash') diff --git a/package/bash/bash.mk b/package/bash/bash.mk index b84b4b85f..c341087fd 100644 --- a/package/bash/bash.mk +++ b/package/bash/bash.mk @@ -16,7 +16,7 @@ $(DL_DIR)/$(BASH_SOURCE): bash-source: $(DL_DIR)/$(BASH_SOURCE) $(BASH_DIR)/.unpacked: $(DL_DIR)/$(BASH_SOURCE) - $(BASH_CAT) $(DL_DIR)/$(BASH_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f - + $(BASH_CAT) $(DL_DIR)/$(BASH_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - # This is broken when -lintl is added to LIBS $(SED) 's,LIBS_FOR_BUILD =.*,LIBS_FOR_BUILD =,g' \ $(BASH_DIR)/builtins/Makefile.in -- cgit v1.2.3