From: Felix Fietkau Date: Sat, 14 Oct 2006 14:52:39 +0000 (+0000) Subject: use := for TAR_OPTIONS X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=967cd2ef8d2740037e16ee16b1d8fe70b15f7c7d;hp=90848dfcc7f80298d3ee40780569cfdac835a1e6 use := for TAR_OPTIONS SVN-Revision: 5084 --- diff --git a/rules.mk b/rules.mk index 96a54c9fea..a4dcaa1fcd 100644 --- a/rules.mk +++ b/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: