From 627e974c99ae27e8fd3db0e17c2df4d85f8975fa Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 22 Mar 2014 19:52:48 +0000 Subject: partially revert "build: remove check for nonexistant CONFIG_TAR_VERBOSITY variable and move TAR_OPTIONS to unpack.mk" This complicates the evaluation order for some packages SVN-Revision: 40006 --- include/unpack.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/unpack.mk') diff --git a/include/unpack.mk b/include/unpack.mk index 2b33c4cd8e..2d35863095 100644 --- a/include/unpack.mk +++ b/include/unpack.mk @@ -11,8 +11,6 @@ ifneq ($(HOST_OS),Linux) else HOST_TAR:=$(TAR) endif - -TAR_OPTIONS:=-xf - TAR_CMD=$(HOST_TAR) -C $(1)/.. $(TAR_OPTIONS) UNZIP_CMD=unzip -d $(1)/.. $(DL_DIR)/$(PKG_SOURCE) -- cgit v1.2.3