projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb959c0
)
build: remove GREP_OPTIONS export from rules.mk, defining it in the top-level Makefil...
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 21 Mar 2014 15:54:14 +0000
(15:54 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 21 Mar 2014 15:54:14 +0000
(15:54 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39982
rules.mk
patch
|
blob
|
history
diff --git
a/rules.mk
b/rules.mk
index cc02b91bc9c8cc69f8072d57529e147c86fe2530..cccbf3a73fa5154f0d89e4616a19198e7cce113f 100644
(file)
--- 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)))
#"))