mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] MAKEALL: do not create build directory explicitly
@ 2015-01-29  3:15 Masahiro Yamada
  2015-01-29  9:09 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2015-01-29  3:15 UTC (permalink / raw)
  To: barebox

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

 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@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] MAKEALL: do not create build directory explicitly
  2015-01-29  3:15 [PATCH] MAKEALL: do not create build directory explicitly Masahiro Yamada
@ 2015-01-29  9:09 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2015-01-29  9:09 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: barebox

On Thu, Jan 29, 2015 at 12:15:46PM +0900, Masahiro Yamada wrote:
> 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>

Applied, thanks

Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-29  9:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-29  3:15 [PATCH] MAKEALL: do not create build directory explicitly Masahiro Yamada
2015-01-29  9:09 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox