git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff4eb04
)
scripts/package/Makefile: compare objtree with srctree instead of test KBUILD_OUTPUT
author
Bin Wang
<wbin00@gmail.com>
Mon, 25 Feb 2013 03:05:24 +0000
(11:05 +0800)
committer
Michal Marek
<mmarek@suse.cz>
Mon, 8 Apr 2013 11:04:17 +0000
(13:04 +0200)
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>
No differences found