aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFranck Bui-Huu <fbuihuu@gmail.com>2013-12-02 16:34:29 +0100
committerMichal Marek <mmarek@suse.cz>2014-01-03 14:48:42 +0100
commit7593e0902bc41392315316f1b5f4ba15feead842 (patch)
tree0fefea72a6f43ffd59af98e89b96a51a04ad9bbe /Makefile
parentLinux 3.13-rc1 (diff)
downloadlinux-dev-7593e0902bc41392315316f1b5f4ba15feead842.tar.xz
linux-dev-7593e0902bc41392315316f1b5f4ba15feead842.zip
Fix detectition of kernel git repository in setlocalversion script [take #2]
setlocalversion script was testing the presence of .git directory in order to find out if git is used as SCM to track the current kernel project. However in some cases, .git is not a directory but can be a file: when the kernel is a git submodule part of a git super project for example. This patch just fixes this by using 'git rev-parse --show-cdup' to check that the current directory is the kernel git topdir. This has the advantage to not test and rely on git internal infrastructure directly. Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions