]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/buildman/builder.py
buildman: Create parent directories as necessary
[karo-tx-uboot.git] / tools / buildman / builder.py
index 1b6517b48849baa9e8aeda73470dff4f7aae2221..8155c1681eab8191ded875154a2f21c9af83d394 100644 (file)
@@ -1141,7 +1141,7 @@ class Builder:
         self._verbose = verbose
 
         self.ResetResultSummary(board_selected)
-        builderthread.Mkdir(self.base_dir)
+        builderthread.Mkdir(self.base_dir, parents = True)
         self._PrepareWorkingSpace(min(self.num_threads, len(board_selected)),
                 commits is not None)
         self._PrepareOutputSpace()