1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-30 22:09:48 +03:00

use := for TAR_OPTIONS

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5084 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-10-14 14:52:39 +00:00
parent 571d37fe94
commit e5105e61c1

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: