Re: [PATCH] merge_config.sh: Avoid creating unnessary source softlinks

2013-04-10 Thread Michal Marek
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 commi

Re: [PATCH] merge_config.sh: Avoid creating unnessary source softlinks

2013-04-05 Thread Darren Hart
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 specifie

[PATCH] merge_config.sh: Avoid creating unnessary source softlinks

2013-04-04 Thread John Stultz
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