[PATCH] MAKEALL: do not create build directory explicitly
Masahiro Yamada
yamada.m at jp.panasonic.com
Wed Jan 28 19:15:46 PST 2015
Since commit e7554c0cb245 (kbuild: create a build directory
automatically for out-of-tree build), MAKEALL does not have to
create a build directory. It it done by the top Makefile.
Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
---
MAKEALL | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAKEALL b/MAKEALL
index 194860b..c9cc138 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -93,7 +93,6 @@ do_build_target() {
local log_err="${LOGDIR}/${target}/errors.log"
rm -rf "${BUILDDIR}"
- mkdir -p "${BUILDDIR}"
mkdir -p "${LOGDIR}/${target}"
printf "Building ${arch} ${target} \n" >&2 | tee -a "${log_report}"
--
1.9.1
More information about the barebox
mailing list