build.plat: hide executed commands in quiet builds on Windows.
authorwhitequark <cz@m-labs.hk>
Tue, 4 Jun 2019 11:34:18 +0000 (11:34 +0000)
committerwhitequark <cz@m-labs.hk>
Tue, 4 Jun 2019 11:34:18 +0000 (11:34 +0000)
nmigen/build/plat.py

index 7ab2d7d01e1e476393211ac5c288c42d34172da2..6098b2a61f19311bc851bfd97cd2a2320fb40f85 100644 (file)
@@ -188,6 +188,7 @@ class TemplatedPlatform(Platform):
         """,
         "build_{{name}}.bat": """
             @rem {{autogenerated}}
+            {{quiet("@echo off")}}
             {{emit_commands("bat")}}
         """,
     }