From: John Stultz Date: Thu, 4 Apr 2013 19:02:59 +0000 (-0700) Subject: merge_config.sh: Avoid creating unnessary source softlinks X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~17^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a45c7dfb942b6c198d5cd283f8dcee145241a017;p=pandora-kernel.git merge_config.sh: Avoid creating unnessary source softlinks 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 Cc: Bruce Ashfield Acked-by: Darren Hart Reported-and-tested-by: Viresh Kumar Signed-off-by: John Stultz Signed-off-by: Michal Marek --- Reading git-diff-tree failed