summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-01 13:36:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-01 13:37:22 +0100
commit52031164db0fce19696de66cfe0cb1c92f9cb954 (patch)
treece3ec90ee9cc850765e44bb17fd0748c4d7acf15 /mk
parentf2ea9e8dbd4cc3c77ff4cc52688d7057d3289fab (diff)
match exactly
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 29c99bd6f..d8d1a047c 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -514,7 +514,7 @@ endif
@if [ ! -z "$(ADK_TARGET_SYSTEM)" ];then \
system=$$(echo "$(ADK_TARGET_SYSTEM)" |sed -e "s/-/_/g"); \
grep -h "^config" target/*/Config.in.systems \
- |grep -i "$$system" \
+ |grep -i "$$system$$" \
|sed -e "s#^config \(.*\)#\1=y#" \
>> $(ADK_TOPDIR)/all.config; \
fi