commit | d9c9863680adedc7ff3d9943b8009df8dfbd196a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Apr 17 17:51:32 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Apr 26 14:24:08 2020 -0600 |
tree | db309a9f2f44d1e25fa2c96ced9e33a28e86fa75 | |
parent | f4c007220437bb2dbb946217ac6a87888dbea3a7 [diff] |
buildman: Make sure that -o is given with -w It is a bad idea to use the default output directory ('..') with -w since it does a build in that directory and writes various files these. Require that -o is given to avoid this problem. Signed-off-by: Simon Glass <sjg@chromium.org>