Dear Mike Frysinger, In message <[email protected]> you wrote: > 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 <[email protected]> > --- > Makefile | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-)
Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] Always leave room to add an explanation if it doesn't work out. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

