diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-03-21 15:54:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-21 15:54:14 +0000 |
commit | e71ec4cb554a18e0ef01d36abeec9f99ceebaef9 (patch) | |
tree | 1c80b41724555fefc8716e87b6780c2b3ae86c80 /rules.mk | |
parent | bb959c0f3e5d5593fe21ace7a64c48c96aad5f16 (diff) | |
download | mtk-20170518-e71ec4cb554a18e0ef01d36abeec9f99ceebaef9.zip mtk-20170518-e71ec4cb554a18e0ef01d36abeec9f99ceebaef9.tar.gz mtk-20170518-e71ec4cb554a18e0ef01d36abeec9f99ceebaef9.tar.bz2 |
build: remove GREP_OPTIONS export from rules.mk, defining it in the top-level Makefile is enough
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39982
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -16,9 +16,6 @@ include $(TOPDIR)/include/verbose.mk export TMP_DIR:=$(TOPDIR)/tmp -GREP_OPTIONS= -export GREP_OPTIONS - qstrip=$(strip $(subst ",,$(1))) #")) |