]> git.karo-electronics.de Git - linux-beck.git/commit
scripts/package/Makefile: compare objtree with srctree instead of test KBUILD_OUTPUT
authorBin Wang <wbin00@gmail.com>
Mon, 25 Feb 2013 03:05:24 +0000 (11:05 +0800)
committerMichal Marek <mmarek@suse.cz>
Mon, 8 Apr 2013 11:04:17 +0000 (13:04 +0200)
commit4c6e00cffcd478a369b6fd0ba61f5b0f9643ff43
tree6987a8cfce7daaee2a5493620f115196c76ee840
parentff4eb04c88588118a4c0f0b8308c9c475f3bc9fe
scripts/package/Makefile: compare objtree with srctree instead of test KBUILD_OUTPUT

KBUILD_OUTPUT is always empty here, so it is useless to test it. But
while use O=.., objtree and srctree will be different. I compare them
instead.

Signed-off-by: Bin Wang <wbin00@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/package/Makefile