Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
* 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6: kbuild: Call depmod.sh via shell perf: clear out make flags when calling kernel make kernelver
This commit is contained in:
@@ -23,7 +23,7 @@ if test -d ../../.git -o -f ../../.git &&
|
||||
then
|
||||
VN=$(echo "$VN" | sed -e 's/-/./g');
|
||||
else
|
||||
VN=$(make -sC ../.. kernelversion)
|
||||
VN=$(MAKEFLAGS= make -sC ../.. kernelversion)
|
||||
fi
|
||||
|
||||
VN=$(expr "$VN" : v*'\(.*\)')
|
||||
|
Reference in New Issue
Block a user