Skip to content
Snippets Groups Projects
Commit 7bdf5068 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

use := for TAR_OPTIONS

SVN-Revision: 5084
parent 06a46fb0
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment