From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Date: Fri, 28 Mar 2014 11:37:28 +0900 Subject: [U-Boot] [PATCH] kbuild: create a build directory automatically for out-of-tree build In-Reply-To: <20140327172033.GM16360@bill-the-cat> References: <20140327172033.GM16360@bill-the-cat> Message-ID: <20140328113728.DB3C.AA925319@jp.panasonic.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, On Thu, 27 Mar 2014 13:20:33 -0400 Tom Rini wrote: > On Mon, Mar 24, 2014 at 05:41:47PM -0600, Simon Glass wrote: > > +Tom > > > > On 23 March 2014 22:55, Masahiro Yamada wrote: > > > > > Prior to Kbuild, the build system created a build directory, > > > when it did not exist, for out-of-tree build. > > > > > > This feature was dropped when we switched to Kbuild > > > because many of lines in makefiles were copied from Linux Kernel. > > > (In Linux Kernel, we have to create a build directory by ourselves > > > before starting build.) > > > > > > That feature seems worth reviving for less typing > > > even if our code and Linux Kernel diverge. > > > > > > Signed-off-by: Masahiro Yamada > > > Suggested-by: Simon Glass > > > > > > > Acked-by: Simon Glass > > Tested-by: Simon Glass > > > > Arguably could be a bug-fix for this release. > > Yeah, I like this and will pick it up. The only question is, has this > idea already been rejected in the kernel? > I have not sent this patch to the kernel community yet. OK. I will. Best Regards Masahiro Yamada