diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-10-09 21:19:47 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-10-09 21:19:47 +0000 |
commit | bb05a9ad46cd8c743ccdda99578ca424073f7a4d (patch) | |
tree | ea4e25b4fb8714ca2bc89e634f5ba94845f50318 /package/bash/bash.mk | |
parent | bad642827254b85395c02e806a010e3c65cf551c (diff) | |
download | buildroot-novena-bb05a9ad46cd8c743ccdda99578ca424073f7a4d.tar.gz buildroot-novena-bb05a9ad46cd8c743ccdda99578ca424073f7a4d.zip |
Make the TAR_VERBOSITY option a bit more sane
Diffstat (limited to 'package/bash/bash.mk')
-rw-r--r-- | package/bash/bash.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |