From 3a7b4883665e0071614f2e12ab38b4b11a73bb8a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 9 Oct 2004 19:05:40 +0000 Subject: use $(TAR_VERBOSITY) --- package/libtool/libtool.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/libtool') diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk index fbee18e74..4adebb41a 100644 --- a/package/libtool/libtool.mk +++ b/package/libtool/libtool.mk @@ -16,7 +16,7 @@ $(DL_DIR)/$(LIBTOOL_SOURCE): libtool-source: $(DL_DIR)/$(LIBTOOL_SOURCE) $(LIBTOOL_DIR)/.unpacked: $(DL_DIR)/$(LIBTOOL_SOURCE) - $(LIBTOOL_CAT) $(DL_DIR)/$(LIBTOOL_SOURCE) | tar -C $(BUILD_DIR) -xvf - + $(LIBTOOL_CAT) $(DL_DIR)/$(LIBTOOL_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f - touch $(LIBTOOL_DIR)/.unpacked $(LIBTOOL_DIR)/.configured: $(LIBTOOL_DIR)/.unpacked -- cgit v1.2.3