build: speed up kernel symbol export stripping
authorFelix Fietkau <nbd@openwrt.org>
Sat, 14 Dec 2013 13:14:44 +0000 (13:14 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 14 Dec 2013 13:14:44 +0000 (13:14 +0000)
commit7061632fcb9417da64b4ab7670ef90a39feabbb3
treebab58f2c6627a33833dfe5fc3f83c7b53be383c7
parent95758e8d2c729d4aa76b56f54a26397a6eb9336f
build: speed up kernel symbol export stripping

GNU grep has a high per-expression setup overhead when compiling regular
expressions. Use -F to force it to interpret the input as fixed strings,
which is much faster (fraction of a second instead of multiple minutes).

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39049 3c298f89-4303-0410-b956-a3cf2f4a3e73
include/kernel-build.mk