summaryrefslogtreecommitdiff
path: root/mk/build.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-14 21:22:12 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-14 21:22:12 +0100
commite12db6ec06b5368efe5ae558d1e917b49be2394f (patch)
tree36c25322bd27fd0d0db4fa58ea91bb6461cf7e2f /mk/build.mk
parent1fbe897e9990647a234e92e68cb709c42ac3f558 (diff)
remove PKG, not sure for what it was used
Diffstat (limited to 'mk/build.mk')
-rw-r--r--mk/build.mk12
1 files changed, 0 insertions, 12 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 66472657a..0c2360bc4 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -365,12 +365,6 @@ endif
|sed -e "s#^config \(.*\)#\1=y#" \
>> $(TOPDIR)/.defconfig; \
fi
- @if [ ! -z "$(PKG)" ];then \
- grep "^config" target/config/Config.in \
- |grep -i "$(PKG)" \
- |sed -e "s#^config \(.*\)#\1=y#" \
- >> $(TOPDIR)/.defconfig; \
- fi
@if [ ! -z "$(LIBC)" ];then \
grep "^config" target/config/Config.in \
|grep -i "$(LIBC)" \
@@ -429,12 +423,6 @@ endif
|sed -e "s#^config \(.*\)#\1=y#" \
>> $(TOPDIR)/all.config; \
fi
- @if [ ! -z "$(PKG)" ];then \
- grep "^config" target/config/Config.in \
- |grep -i "$(PKG)" \
- |sed -e "s#^config \(.*\)#\1=y#" \
- >> $(TOPDIR)/all.config; \
- fi
@if [ ! -z "$(LIBC)" ];then \
grep "^config" target/config/Config.in \
|grep -i "$(LIBC)" \