On Fri, Apr 05, 2013 at 08:26:56AM -0700, Darren Hart wrote: > > > On 04/04/2013 12:02 PM, John Stultz wrote: > > Viresh noticed when using merge_config.sh that a source softlink > > was being created even when he didn't specify the -O option. > > > > The problem arises due to the previous commit 409f117e2d6b > > which added the -O option. Basically if -O is not specified, > > we still pass '-O=.' to the make command, which then generates > > a source softlink to ./ > > > > This patch adds an extra check so if there is no -O specified > > to merge_config.sh, we don't pass one on to make. > > > > Cc: Zhangfei Gao <[email protected]> > > Cc: Viresh Kumar <[email protected]> > > Cc: Michal Marek <[email protected]> > > Cc: Bruce Ashfield <[email protected]> > > Cc: Darren Hart <[email protected]> > > Reported-by: Viresh Kumar <[email protected]> > > Tested-by: Viresh Kumar <[email protected]> > > Signed-off-by: John Stultz <[email protected]> > > Thanks John! > > Acked-by: Darren Hart <[email protected]>
Added to kbuild.git#kconfig. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

