Home
last modified time | relevance | path

Searched hist:"14 ce91b11530d7b5382adba19031b822f8f3c3fa" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/
H A DMakefile14ce91b11530d7b5382adba19031b822f8f3c3fa Thu Jun 30 11:56:20 CDT 2011 Mike Frysinger <vapier@gentoo.org> fix unconfigured out-of-tree building of tools

Now that the tools target requires the generated version header file, we
need to make sure that the directory it writes to exists. In a configured
tree, this is taken care of for us. But in an unconfigured one, the dir
does not yet exist causing a build error like so:

/bin/sh: line 5: ..../u-boot_build/include/version_autogenerated.h.tmp: No such file or directory

So create the dir for this file before we attempt to generate it.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>