]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
naoki: Log output of toolchains commands.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 13 May 2010 08:33:10 +0000 (10:33 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 13 May 2010 08:33:10 +0000 (10:33 +0200)
naoki/chroot.py

index 7623c200ba03c84b8b63b45191b9efd85971f555..21ba426acdec2c484c1ea528dac83c9d2a96cf89 100644 (file)
@@ -407,7 +407,7 @@ class Toolchain(object):
                if args:
                        cmd += " "
                        cmd += " ".join(args)
-               util.do(cmd, cwd=self.build_dir, shell=True,
+               util.do(cmd, cwd=self.build_dir, shell=True, logger=self.log,
                        env={ "TOOLS_DIR" : self.build_dir })
 
        # TODO: