From: Masahiro Yamada Date: Wed, 16 Jul 2014 07:12:23 +0000 (+0900) Subject: kbuild: clean-up and bug fix of scripts/Makefile.host X-Git-Tag: omap-for-v3.17/fixes-against-rc2~61^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1791ff7179f689cb54182a1215686f8138850412;p=pandora-kernel.git kbuild: clean-up and bug fix of scripts/Makefile.host 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 Signed-off-by: Michal Marek --- Reading git-diff-tree failed