X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=rules.mk;h=a84636a21b3bd0799c3eeb1fb734f818cd982e2a;hp=5d6322733994614991ddbad717b089a3fb1f6911;hb=1f5e442f71d2e9e76e23fef1e3dfa17b88c9ebf4;hpb=bc0ebfae01d3f6304e5cd1fb5d62b4aeed1fd221 diff --git a/rules.mk b/rules.mk index 5d63227339..a84636a21b 100644 --- a/rules.mk +++ b/rules.mk @@ -16,9 +16,6 @@ include $(TOPDIR)/include/verbose.mk export TMP_DIR:=$(TOPDIR)/tmp -GREP_OPTIONS= -export GREP_OPTIONS - qstrip=$(strip $(subst ",,$(1))) #")) @@ -260,23 +257,13 @@ else $(SCRIPT_DIR)/rstrip.sh endif -ifeq ($(CONFIG_ENABLE_LOCALE),true) - DISABLE_NLS:=--enable-nls -else - DISABLE_NLS:=--disable-nls -endif - ifeq ($(CONFIG_IPV6),y) DISABLE_IPV6:= else DISABLE_IPV6:=--disable-ipv6 endif -ifeq ($(CONFIG_TAR_VERBOSITY),y) - TAR_OPTIONS:=-xvf - -else - TAR_OPTIONS:=-xf - -endif +TAR_OPTIONS:=-xf - ifeq ($(CONFIG_BUILD_LOG),y) BUILD_LOG:=1