diff options
author | José Fonseca <[email protected]> | 2011-03-03 15:42:58 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2011-03-03 15:42:58 +0000 |
commit | 54d8c5e3c2fc7db643a2bae61be203ab9cbb1efa (patch) | |
tree | 469293bf0314ec4ef3869e4043ee454b0b99a7b0 /scons/custom.py | |
parent | 8987109c27899273bffca941c48b466218ba56ea (diff) |
scons: Add human friendlier build messages for lex/yacc.
Diffstat (limited to 'scons/custom.py')
-rw-r--r-- | scons/custom.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scons/custom.py b/scons/custom.py index 364da292dd3..7c59fe985d0 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 ..." |