diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2011-06-30 16:56:20 +0000 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-07-26 16:55:20 +0200 | 
| commit | 14ce91b11530d7b5382adba19031b822f8f3c3fa (patch) | |
| tree | 94f1a7b5a854dc844ad397e27e9562332fc9b2c7 /common/update.c | |
| parent | d2e8b911c0a0661d395ccac72156040702ac842d (diff) | |
| download | olio-uboot-2014.01-14ce91b11530d7b5382adba19031b822f8f3c3fa.tar.xz olio-uboot-2014.01-14ce91b11530d7b5382adba19031b822f8f3c3fa.zip | |
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>
Diffstat (limited to 'common/update.c')
0 files changed, 0 insertions, 0 deletions