X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=rules.mk;h=a84636a21b3bd0799c3eeb1fb734f818cd982e2a;hb=2c9c7ada6e982fb2409460cfdd7b771fcdf2b14d;hp=0769a09278270e92bec1c1c24ec9b5fd0e7ad7e9;hpb=00bcebeb4cabcaa630ee940f8bd15d29a563afa6;p=librecmc%2Flibrecmc.git diff --git a/rules.mk b/rules.mk index 0769a09278..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,18 +257,14 @@ 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 +TAR_OPTIONS:=-xf - + ifeq ($(CONFIG_BUILD_LOG),y) BUILD_LOG:=1 endif