Re: [PATCH v3 04/23] bulidman: Add support for a simple build

2020-04-11 Thread Tom Rini
On Wed, Mar 18, 2020 at 09:42:42AM -0600, Simon Glass wrote: > It is useful to run a simple build and put all the output in a single > directory. Add a -w option to support this. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v3 04/23] bulidman: Add support for a simple build

2020-03-18 Thread Simon Glass
It is useful to run a simple build and put all the output in a single directory. Add a -w option to support this. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None tools/buildman/README | 11 ++ tools/buildman/builder.py | 15 +++-- tools/bu