Explorar o código

match exactly

Waldemar Brodkorb %!s(int64=10) %!d(string=hai) anos
pai
achega
52031164db
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mk/build.mk

+ 1 - 1
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