diff options
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 ..." |