]> Git Repo - J-u-boot.git/blobdiff - tools/buildman/builderthread.py
buildman: Add an option to write the full build output
[J-u-boot.git] / tools / buildman / builderthread.py
index a803481458be4d1aa68dcca6bd8100b5aa5f93e1..efb62f16d7020793d6f24439fd34c46df05134db 100644 (file)
@@ -197,7 +197,8 @@ class BuilderThread(threading.Thread):
                         src_dir = os.getcwd()
                     else:
                         args.append('O=build')
-                args.append('-s')
+                if not self.builder.verbose_build:
+                    args.append('-s')
                 if self.builder.num_jobs is not None:
                     args.extend(['-j', str(self.builder.num_jobs)])
                 config_args = ['%s_defconfig' % brd.target]
This page took 0.021654 seconds and 4 git commands to generate.