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
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user