[PATCH] MAKEALL: do not create build directory explicitly

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxxx>
---

 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


_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox




[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux