[gnome-code-assistance] [backends/c] Be quiet when running make



commit 257769a5cf48ab2be82ede5f61040ef8b1540e80
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Tue Nov 12 15:46:40 2013 +0100

    [backends/c] Be quiet when running make

 backends/c/makefileintegration.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/backends/c/makefileintegration.py b/backends/c/makefileintegration.py
index d211c2d..7668bef 100644
--- a/backends/c/makefileintegration.py
+++ b/backends/c/makefileintegration.py
@@ -202,7 +202,7 @@ class MakefileIntegration:
         if self.debug:
             print('  Looking for: [{0}]'.format(', '.join(lookfor)))
 
-        args = ['make', '-p', '-n']
+        args = ['make', '-p', '-n', '-s']
 
         try:
             with open(os.devnull, 'w') as stderr:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]