use := for TAR_OPTIONS
SVN-Revision: 5084
This commit is contained in:
parent
06a46fb09d
commit
7bdf50688f
1 changed files with 2 additions and 2 deletions
4
rules.mk
4
rules.mk
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue