From 2f025305aeb32c1a6c0b5d25bf1f655a931a8fad Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Thu, 29 Jan 2015 12:15:46 +0900 Subject: MAKEALL: do not create build directory explicitly 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 Signed-off-by: Sascha Hauer --- MAKEALL | 1 - 1 file changed, 1 deletion(-) diff --git a/MAKEALL b/MAKEALL index cde59e40ef..9bd7b2e05b 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}" -- cgit v1.2.3