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/tinyx/tinyx.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/tinyx/tinyx.mk') diff --git a/package/tinyx/tinyx.mk b/package/tinyx/tinyx.mk index 66bf40d53..24845455d 100644 --- a/package/tinyx/tinyx.mk +++ b/package/tinyx/tinyx.mk @@ -70,7 +70,7 @@ $(DL_DIR)/host.def: # rule to make sure that we have the source, and it is configured. # $(TINYX_DIR)/.configure: $(DL_DIR)/$(TINYX_SOURCE) $(DL_DIR)/cross.def $(DL_DIR)/host.def - $(TINYX_CAT) $(DL_DIR)/$(TINYX_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f - + $(TINYX_CAT) $(DL_DIR)/$(TINYX_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - toolchain/patch-kernel.sh $(TINYX_DIR) package/tinyx/ tinyx*.patch cp $(DL_DIR)/host.def $(TINYX_CF)/host.def cp $(DL_DIR)/cross.def $(TINYX_CF)/cross.def -- cgit v1.2.3