mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 10:38:30 +02:00
scons: Add human friendlier build messages for lex/yacc.
This commit is contained in:
parent
8987109c27
commit
54d8c5e3c2
1 changed files with 2 additions and 0 deletions
|
|
@ -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 ..."
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue