move '-' parameter to TAR_OPTIONS, so that packages can append commands

SVN-Revision: 5083
This commit is contained in:
Felix Fietkau
2006-10-14 14:51:48 +00:00
parent afc9d921a7
commit 06a46fb09d
3 changed files with 5 additions and 5 deletions

View File

@@ -106,9 +106,9 @@ ifneq ($(CONFIG_LARGEFILE),y)
endif
ifeq ($(CONFIG_TAR_VERBOSITY),y)
TAR_OPTIONS=-xvf
TAR_OPTIONS=-xvf -
else
TAR_OPTIONS=-xf
TAR_OPTIONS=-xf -
endif
all: