summaryrefslogtreecommitdiff
path: root/tools/buildman/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-04-18 02:51:32 +0300
committerSimon Glass <sjg@chromium.org>2020-04-26 23:24:08 +0300
commit88daaef19f985b6ba2f9c0f62eed5378d6d40ebd (patch)
treedb309a9f2f44d1e25fa2c96ced9e33a28e86fa75 /tools/buildman/README
parent97944d3f7d03c83274d34eccf6a380548a16f444 (diff)
downloadu-boot-88daaef19f985b6ba2f9c0f62eed5378d6d40ebd.tar.xz
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>
Diffstat (limited to 'tools/buildman/README')
-rw-r--r--tools/buildman/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/buildman/README b/tools/buildman/README
index f3a0dc7288..b2f983c715 100644
--- a/tools/buildman/README
+++ b/tools/buildman/README
@@ -1091,7 +1091,8 @@ the -w option, for example:
buildman -o /tmp/build --board sandbox -w
-This will write the full build into /tmp/build including object files.
+This will write the full build into /tmp/build including object files. You must
+specify the output directory with -o when using -w.
Other options