Re: [U-Boot] [RFC] Proposal to change include search model

2014-06-12 Thread Vasili Galka
Hi Jeroen, On Tue, Jun 10, 2014 at 11:40 PM, Jeroen Hofstee dasub...@myspectrum.nl wrote: This sounds way too complex if you ask me for what your are trying to fix. For one thing #include versus include is compiler specific and not defined in general. If I find some time I will see if I can

[U-Boot] [RFC] Proposal to change include search model

2014-06-10 Thread Vasili Galka
Hi, Currently U-Boot has a long list of include search paths. This makes it hard to understand the location of each header. Moreover, it opens an easy opportunity for breaking build by including the wrong header. This is especially easy when compiling the tools directory. I found numerous commits

Re: [U-Boot] [RFC] Proposal to change include search model

2014-06-10 Thread Jeroen Hofstee
On di, 2014-06-10 at 18:53 +0300, Vasili Galka wrote: Hi, Currently U-Boot has a long list of include search paths. This makes it hard to understand the location of each header. Moreover, it opens an easy opportunity for breaking build by including the wrong header. This is especially easy