From: Felix Fietkau Date: Fri, 21 Mar 2014 15:54:14 +0000 (+0000) Subject: build: remove GREP_OPTIONS export from rules.mk, defining it in the top-level Makefil... X-Git-Tag: reboot~7665 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=e71ec4cb554a18e0ef01d36abeec9f99ceebaef9 build: remove GREP_OPTIONS export from rules.mk, defining it in the top-level Makefile is enough Signed-off-by: Felix Fietkau SVN-Revision: 39982 --- diff --git a/rules.mk b/rules.mk index cc02b91bc9..cccbf3a73f 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))) #"))