[buildroot] fix for GREP_OPTIONS
[openwrt.git] / rules.mk
index 0cb72ac..2add087 100644 (file)
--- a/rules.mk
+++ b/rules.mk
@@ -18,6 +18,9 @@ TMP_DIR:=$(TOPDIR)/tmp
 
 export SHELL=/usr/bin/env bash -c '. $(TOPDIR)/include/shell.sh; eval "$$2"' --
 
+GREP_OPTIONS=
+export GREP_OPTIONS
+
 qstrip=$(strip $(subst ",,$(1)))
 #"))
 
This page took 0.022889 seconds and 4 git commands to generate.