Re: [PATCH] Makefile: Ensure tools directory exists in output prior to use

2019-12-06 Thread Tom Rini
On Wed, Dec 04, 2019 at 06:54:30PM -0500, Tom Rini wrote: > With the change to make tools/version.h a file we need to make sure that > the output directory exists first otherwise we will get a build failure. > > Reported-by: Peter Robinson > Tested-by: Peter Robinson > Fixes: 4d90f6cd9813

Re: [PATCH] Makefile: Ensure tools directory exists in output prior to use

2019-12-05 Thread Simon Glass
On Wed, 4 Dec 2019 at 16:54, Tom Rini wrote: > > With the change to make tools/version.h a file we need to make sure that > the output directory exists first otherwise we will get a build failure. > > Reported-by: Peter Robinson > Tested-by: Peter Robinson > Fixes: 4d90f6cd9813 ("tools: Avoid

Re: [PATCH] Makefile: Ensure tools directory exists in output prior to use

2019-12-04 Thread Bin Meng
On Thu, Dec 5, 2019 at 7:54 AM Tom Rini wrote: > > With the change to make tools/version.h a file we need to make sure that > the output directory exists first otherwise we will get a build failure. > > Reported-by: Peter Robinson > Tested-by: Peter Robinson > Fixes: 4d90f6cd9813 ("tools: Avoid

[PATCH] Makefile: Ensure tools directory exists in output prior to use

2019-12-04 Thread Tom Rini
With the change to make tools/version.h a file we need to make sure that the output directory exists first otherwise we will get a build failure. Reported-by: Peter Robinson Tested-by: Peter Robinson Fixes: 4d90f6cd9813 ("tools: Avoid creating symbolic links for tools/version.h") Signed-off-by: