]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - tools/buildman/builder.py
Makefile: remove generated boards.cfg within make distclean
[karo-tx-uboot.git] / tools / buildman / builder.py
index d5b8454c08462c37d8a933404aa5f31450eb026c..a555bd81fc4826dffe410b0fc87996437f4abbd8 100644 (file)
@@ -308,7 +308,7 @@ class Builder:
         Args:
             commit: Commit object that is being built
             brd: Board object that is being built
-            stage: Stage that we are at (distclean, config, build)
+            stage: Stage that we are at (mrproper, config, build)
             cwd: Directory where make should be run
             args: Arguments to pass to make
             kwargs: Arguments to pass to command.RunPipe()