Re: [U-Boot] [PATCH 1/2] kbuild: Fix a false error of generic board support

2014-12-19 Thread mgerlach
Hi Tom and Masahiro, Neither my collegue nor I could reproduce the problem you encountered with our patch and the build line, LANG=C make -j8 CROSS_COMPILE=arm-linux-gnueabi- ph1_ld4_defconfig all. Any suggestions on other ways to fix the false error and not break paralell builds would be

Re: [U-Boot] [PATCH 1/2] kbuild: Fix a false error of generic board support

2014-12-18 Thread Masahiro Yamada
Hi Matthew, Tom, On Tue, 16 Dec 2014 18:56:46 -0500 Tom Rini tr...@ti.com wrote: On Tue, Dec 16, 2014 at 02:56:44PM -0600, mgerlach wrote: Hello Masahiro Yamada, Even the with this patch, we encountered a false error of generic board support. The problem was very interrmittent for

Re: [U-Boot] [PATCH 1/2] kbuild: Fix a false error of generic board support

2014-12-18 Thread Masahiro Yamada
Hi Marek, Tom, On Wed, 17 Dec 2014 10:52:32 -0500 Tom Rini tr...@ti.com wrote: On Wed, Dec 17, 2014 at 02:04:32AM +0100, Marek Vasut wrote: On Wednesday, December 17, 2014 at 12:56:46 AM, Tom Rini wrote: On Tue, Dec 16, 2014 at 02:56:44PM -0600, mgerlach wrote: Hello Masahiro Yamada,

Re: [U-Boot] [PATCH 1/2] kbuild: Fix a false error of generic board support

2014-12-17 Thread Tom Rini
On Wed, Dec 17, 2014 at 02:04:32AM +0100, Marek Vasut wrote: On Wednesday, December 17, 2014 at 12:56:46 AM, Tom Rini wrote: On Tue, Dec 16, 2014 at 02:56:44PM -0600, mgerlach wrote: Hello Masahiro Yamada, Even the with this patch, we encountered a false error of generic board

Re: [U-Boot] [PATCH 1/2] kbuild: Fix a false error of generic board support

2014-12-16 Thread mgerlach
Hello Masahiro Yamada, Even the with this patch, we encountered a false error of generic board support. The problem was very interrmittent for us, but we were able to debug the problem to performing builds on EXT3 file systems which have a time stamp resolution of one second. To reproduce the

Re: [U-Boot] [PATCH 1/2] kbuild: Fix a false error of generic board support

2014-12-16 Thread Tom Rini
On Tue, Dec 16, 2014 at 02:56:44PM -0600, mgerlach wrote: Hello Masahiro Yamada, Even the with this patch, we encountered a false error of generic board support. The problem was very interrmittent for us, but we were able to debug the problem to performing builds on EXT3 file systems

Re: [U-Boot] [PATCH 1/2] kbuild: Fix a false error of generic board support

2014-12-16 Thread Marek Vasut
On Wednesday, December 17, 2014 at 12:56:46 AM, Tom Rini wrote: On Tue, Dec 16, 2014 at 02:56:44PM -0600, mgerlach wrote: Hello Masahiro Yamada, Even the with this patch, we encountered a false error of generic board support. The problem was very interrmittent for us, but we were able

[U-Boot] [PATCH 1/2] kbuild: Fix a false error of generic board support

2014-02-24 Thread Masahiro Yamada
Before this commit, make terminated with an error where it shouldn't under some condition. This bug happened when we built a board unsupporting generic board right after building with generic board. For example, the following sequence failed. (harmony uses generic board but microblaze-generic

Re: [U-Boot] [PATCH 1/2] kbuild: Fix a false error of generic board support

2014-02-24 Thread Masahiro Yamada
Hello Tom, On Mon, 24 Feb 2014 22:11:45 +0900 Masahiro Yamada yamad...@jp.panasonic.com wrote: Before this commit, make terminated with an error where it shouldn't under some condition. This bug happened when we built a board unsupporting generic board right after building with generic