summaryrefslogtreecommitdiff
path: root/mk/build.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-16 20:09:37 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-16 20:09:37 +0100
commit6cefb4fbff72a0187a6038ef42943b80498e57c9 (patch)
tree14db516bec1bc24723cad678524f04b98b8ea77c /mk/build.mk
parent051522c54a4e0e67846ce8bf91a1ea27801c12b9 (diff)
parent5bf1382aaf0978c294ba7f8d0881509608b390f0 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk/build.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 9fc31ae9a..f6e438508 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -394,7 +394,7 @@ menuconfig: $(CONFIG)/mconf defconfig .menu
_config: $(CONFIG)/conf .menu
-@touch .config
- @$(CONFIG)/conf ${W} $(CONFIG_CONFIG_IN) >/dev/null
+ @$(CONFIG)/conf ${W} $(CONFIG_CONFIG_IN)
${POSTCONFIG}
.NOTPARALLEL: _mconfig