Re: [PATCH v1] automation: allow to rerun build script

2023-05-17 Thread Stefano Stabellini
On Wed, 17 May 2023, Olaf Hering wrote: > Calling build twice in the same environment will fail because the > directory 'binaries' was already created before. Use mkdir -p to ignore > an existing directory and move on to the actual build. > > Signed-off-by: Olaf Hering Acked-by: Stefano Stabelli

[PATCH v1] automation: allow to rerun build script

2023-05-16 Thread Olaf Hering
Calling build twice in the same environment will fail because the directory 'binaries' was already created before. Use mkdir -p to ignore an existing directory and move on to the actual build. Signed-off-by: Olaf Hering --- automation/scripts/build | 2 +- 1 file changed, 1 insertion(+), 1 delet