Re: [U-Boot] [PATCH] Makefile: Add the missing dependency for spl target

2011-11-18 Thread Stefan Roese
On Saturday 05 November 2011 08:43:33 Aneesh V wrote: > Wolfgang's patch for build time improvement is bringing > out issues due to missing dependencies in the top-level > Makefile. I get errors such as the below while building > with many threads. > > make[1]: /home/a0393566local/u-boot-denx/tool

Re: [U-Boot] [PATCH] Makefile: Add the missing dependency for spl target

2011-11-18 Thread Aneesh V
Dear Wolfgang, On Thursday 10 November 2011 09:36 PM, Aneesh V wrote: Hi Wolfgang, On Saturday 05 November 2011 01:13 PM, Aneesh V wrote: Wolfgang's patch for build time improvement is bringing out issues due to missing dependencies in the top-level Makefile. I get errors such as the below whi

Re: [U-Boot] [PATCH] Makefile: Add the missing dependency for spl target

2011-11-10 Thread Aneesh V
Hi Wolfgang, On Saturday 05 November 2011 01:13 PM, Aneesh V wrote: > Wolfgang's patch for build time improvement is bringing > out issues due to missing dependencies in the top-level > Makefile. I get errors such as the below while building > with many threads. > > make[1]: /home/a0393566local/u-

[U-Boot] [PATCH] Makefile: Add the missing dependency for spl target

2011-11-05 Thread Aneesh V
Wolfgang's patch for build time improvement is bringing out issues due to missing dependencies in the top-level Makefile. I get errors such as the below while building with many threads. make[1]: /home/a0393566local/u-boot-denx/tools/mkimage: Command not found This also allows one to do: $ make s