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:
6639355
)
kbuild: clean-up and bug fix of scripts/Makefile.host
author
Masahiro Yamada
<yamada.m@jp.panasonic.com>
Wed, 16 Jul 2014 07:12:23 +0000
(16:12 +0900)
committer
Michal Marek
<mmarek@suse.cz>
Wed, 16 Jul 2014 15:15:26 +0000
(17:15 +0200)
Assume we have a Makefile like this:
hostprogs-y := foo
foo-cxxobjs := bar/baz.o
foo-objs := qux/quux.o
In this case, Kbuild creates bar/ directory,
but fails to create qux/ directory.
This commit re-writes directory creation more simply,
fixing that bug.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
No differences found