summaryrefslogtreecommitdiff
path: root/mk/build.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-28 20:32:51 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-28 20:33:27 +0200
commit07ab68b861704d57d1b9a7eecc7f259492c403a6 (patch)
treec71a91d9f3dff5d587f74ce2f8bf454107c80c25 /mk/build.mk
parent1b9556bc3a7414446e8a65b61799a495efafffe3 (diff)
no automatic rebuild
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 2ec8e3b1d..56c7c97cf 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -130,7 +130,7 @@ POSTCONFIG= -@\
rebuild=1;\
fi; \
if [ "$$(grep ^ADK_KERNEL_ADDON .config|md5sum)" != "$$(grep ^ADK_KERNEL_ADDON .config.old|md5sum)" ];then \
- make cleankernel;\
+ echo "You should rebuild the kernel with 'make cleankernel'";\
fi; \
if [ $$rebuild -eq 1 ];then \
cp .config .config.old;\