Re: [U-Boot] [PATCH] kbuild: create a build directory automatically for out-of-tree build

2014-04-14 Thread Masahiro Yamada
Hi Tom, On Fri, 28 Mar 2014 11:37:28 +0900 Masahiro Yamada wrote: > 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: > > > > > > > Pr

Re: [U-Boot] [PATCH] kbuild: create a build directory automatically for out-of-tree build

2014-03-27 Thread Simon Glass
Hi, On 27 March 2014 20:37, Masahiro Yamada wrote: > 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

Re: [U-Boot] [PATCH] kbuild: create a build directory automatically for out-of-tree build

2014-03-27 Thread Masahiro Yamada
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 ou

Re: [U-Boot] [PATCH] kbuild: create a build directory automatically for out-of-tree build

2014-03-27 Thread Tom Rini
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

Re: [U-Boot] [PATCH] kbuild: create a build directory automatically for out-of-tree build

2014-03-24 Thread Simon Glass
+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 Lin

[U-Boot] [PATCH] kbuild: create a build directory automatically for out-of-tree build

2014-03-23 Thread Masahiro Yamada
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