summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-06-08 10:40:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-06-08 10:40:07 +0200
commit97c636279c04e0d01c64b2ba0a1f76b8a1cc5d48 (patch)
tree88ca25f26af312ff8a39f8e61abcfd0ac304cf67 /mk
parentd22b78be7b2b95ba028c6584e9ee5abb69a375cb (diff)
fix checksum and some typos
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 359569826..0d807076a 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -284,9 +284,9 @@ endif
|sed -e "s#^config \(.*\)#\1=y#" \
>> $(TOPDIR)/.defconfig; \
fi
- for symbol in ${DEFCONFIG}; do \
+ @for symbol in ${DEFCONFIG}; do \
echo $$symbol >> $(TOPDIR)/.defconfig; \
- done; \
+ done
@if [ ! -z "$(FS)" ];then \
grep "^config" target/Config.in \
|grep -i "$(FS)" \
@@ -355,9 +355,9 @@ endif
|sed -e "s#^config \(.*\)#\1=y#" \
>> $(TOPDIR)/all.config; \
fi
- for symbol in ${DEFCONFIG}; do \
+ @for symbol in ${DEFCONFIG}; do \
echo $$symbol >> $(TOPDIR)/all.config; \
- done; \
+ done
@if [ ! -z "$(FS)" ];then \
grep "^config" target/Config.in \
|grep -i "$(FS)" \