Re: [U-Boot] [PATCH 2/5] tools: buildman: Remove useless mkdir() in Make() in test.py

2019-10-27 Thread Bin Meng
On Sun, Oct 27, 2019 at 8:28 PM Bin Meng wrote: > > In the 'Make' function, the codes tries to create a directory > if current stage is 'build'. But the directory isn't used at > all anywhere. > > Signed-off-by: Bin Meng > --- > > tools/buildman/test.py | 9 + > 1 file changed, 1 inserti

[U-Boot] [PATCH 2/5] tools: buildman: Remove useless mkdir() in Make() in test.py

2019-10-27 Thread Bin Meng
In the 'Make' function, the codes tries to create a directory if current stage is 'build'. But the directory isn't used at all anywhere. Signed-off-by: Bin Meng --- tools/buildman/test.py | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/tools/buildman/test.py b/tools/