Re: [U-Boot] [PATCH V2 1/2] Don't add symlink in srctree when using an objtree

2011-01-21 Thread Wolfgang Denk
Dear =?UTF-8?q?Lo=C3=AFc=20Minier?=, In message <1295439390-16238-1-git-send-email-loic.min...@linaro.org> you wrote: > When building with srctree != objtree, the build creates arch/soc/cpu > specific symlinks in the source tree. This means that the same source > tree can't be used for multiple b

[U-Boot] [PATCH V2 1/2] Don't add symlink in srctree when using an objtree

2011-01-19 Thread Loïc Minier
When building with srctree != objtree, the build creates arch/soc/cpu specific symlinks in the source tree. This means that the same source tree can't be used for multiple builds at the same time. Also, these symlinks in the source tree are only cleaned up if one passes the same O= to distclean.