diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-09 17:28:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-09 17:28:28 +0200 |
commit | 196b86da481d0877f81023bbaf172c9c92fadd7b (patch) | |
tree | c7f1c9a5755b9eff8d20c029da5840819474bc87 /mk | |
parent | e94464a1fc2fc832232efc7d41c42be207381b2a (diff) |
avoid error message
Diffstat (limited to 'mk')
-rw-r--r-- | mk/build.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk index 52513c68a..f0133fbe7 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -323,7 +323,7 @@ $(CONFIG)/mconf: @$(MAKE) -C $(CONFIG) defconfig: .menu $(CONFIG)/conf - -@rm $(ADK_TOPDIR)/.defconfig + -@rm $(ADK_TOPDIR)/.defconfig 2>/dev/null @if [ ! -z "$(ADK_NO_CHECKSUM)" ];then \ echo "ADK_DISABLE_CHECKSUM=y" >> $(ADK_TOPDIR)/.defconfig; \ fi |