From: Bin Wang Date: Mon, 25 Feb 2013 03:05:24 +0000 (+0800) Subject: scripts/package/Makefile: compare objtree with srctree instead of test KBUILD_OUTPUT X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~16^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c6e00cffcd478a369b6fd0ba61f5b0f9643ff43;p=pandora-kernel.git 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 Signed-off-by: Michal Marek --- Reading git-diff-tree failed