Re: [PATCH] kbuild: Fix reading of .config in link-vmlinux.sh

2013-02-25 Thread Stephen Rothwell
Hi Michal, On Mon, 25 Feb 2013 13:56:42 +0100 Michal Marek wrote: > > On 25.2.2013 13:54, Michal Marek wrote: > > The shell '.' command is not required to search the current directory as > > a fallback and in fact newer versions of bash in sh-mode do not do this. > > Force reading the file from t

Re: [PATCH] kbuild: Fix reading of .config in link-vmlinux.sh

2013-02-25 Thread Michal Marek
On 25.2.2013 13:54, Michal Marek wrote: > The shell '.' command is not required to search the current directory as > a fallback and in fact newer versions of bash in sh-mode do not do this. > Force reading the file from the current directory if $KCONFIG_CONFIG > contains no '/'. > > Reported-by: S