Module: Mesa Branch: master Commit: 54d8c5e3c2fc7db643a2bae61be203ab9cbb1efa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=54d8c5e3c2fc7db643a2bae61be203ab9cbb1efa
Author: José Fonseca <[email protected]> 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 ..." _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
