aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Kconfig.include
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2021-03-14 15:15:50 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2021-04-25 05:14:01 +0900
commit6e0839fda3f8598b164a7f23f3eec039e2db5fbc (patch)
tree6a1feaeeddf691f200eaaf8058dfc94087156b1d /scripts/Kconfig.include
parentdocs: kbuild: Fix a typo in the file Kconfig.recursion-issue-02 (diff)
downloadlinux-dev-6e0839fda3f8598b164a7f23f3eec039e2db5fbc.tar.xz
linux-dev-6e0839fda3f8598b164a7f23f3eec039e2db5fbc.zip
kbuild: replace sed with $(subst ) or $(patsubst )
For simple text replacement, it is better to use a built-in function instead of sed if possible. You can save one process forking. I do not mean to replace all sed invocations because GNU Make itself does not support regular expression (unless you use guile). I just replaced simple ones. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions