scons: Add a few more human friendly messages.

This commit is contained in:
José Fonseca
2011-05-04 14:10:24 +01:00
parent da87370032
commit 37058c3497
2 changed files with 2 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ def quietCommandLines(env):
env['LEXCOMSTR'] = " Generating $TARGET ..."
env['YACCCOMSTR'] = " Generating $TARGET ..."
env['CODEGENCOMSTR'] = " Generating $TARGET ..."
env['INSTALLSTR'] = " Installing $TARGET ..."
def createConvenienceLibBuilder(env):