Mesa (master): scons: Add human friendlier build messages for lex/yacc.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Thu Mar 3 15:43:36 UTC 2011


Module: Mesa
Branch: master
Commit: 54d8c5e3c2fc7db643a2bae61be203ab9cbb1efa
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=54d8c5e3c2fc7db643a2bae61be203ab9cbb1efa

Author: José Fonseca <jfonseca at vmware.com>
Date:   Thu Mar  3 15:42:58 2011 +0000

scons: Add human friendlier build messages for lex/yacc.

---

 scons/custom.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/scons/custom.py b/scons/custom.py
index 364da29..7c59fe9 100644
--- a/scons/custom.py
+++ b/scons/custom.py
@@ -56,6 +56,8 @@ def quietCommandLines(env):
     env['SHLINKCOMSTR'] = "  Linking $TARGET ..."
     env['LDMODULECOMSTR'] = "  Linking $TARGET ..."
     env['SWIGCOMSTR'] = "  Generating $TARGET ..."
+    env['LEXCOMSTR'] = "  Generating $TARGET ..."
+    env['YACCCOMSTR'] = "  Generating $TARGET ..."
     env['CODEGENCOMSTR'] = "  Generating $TARGET ..."
 
 




More information about the mesa-commit mailing list