summaryrefslogtreecommitdiffstats
path: root/MAKEALL
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-01-29 12:15:46 +0900
committerSascha Hauer <s.hauer@pengutronix.de>2015-02-02 11:46:31 +0100
commit2f025305aeb32c1a6c0b5d25bf1f655a931a8fad (patch)
treeb17651445ed189b4242beffebf7fcb59050a5b17 /MAKEALL
parent27a20a6011f1b6e4f8f07b1ec7296c16bc7f5054 (diff)
downloadbarebox-2f025305aeb32c1a6c0b5d25bf1f655a931a8fad.tar.gz
barebox-2f025305aeb32c1a6c0b5d25bf1f655a931a8fad.tar.xz
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 <yamada.m@jp.panasonic.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'MAKEALL')
-rwxr-xr-xMAKEALL1
1 files changed, 0 insertions, 1 deletions
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}"