From e71ec4cb554a18e0ef01d36abeec9f99ceebaef9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 21 Mar 2014 15:54:14 +0000 Subject: [PATCH] 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 --- rules.mk | 3 --- 1 file changed, 3 deletions(-) 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))) #"))