summaryrefslogtreecommitdiff
path: root/scons/custom.py
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2011-05-04 14:10:24 +0100
committerJosé Fonseca <jfonseca@vmware.com>2011-05-04 14:10:24 +0100
commit37058c3497850f452bdaf70a5dda07ee4840b6b9 (patch)
tree4c4bec7fef0f0a62a0399880659c694f33330042 /scons/custom.py
parentda87370032c393077fa70099a79ea1e71ae2f5be (diff)
downloadmesa-37058c3497850f452bdaf70a5dda07ee4840b6b9.tar.gz
scons: Add a few more human friendly messages.
Diffstat (limited to 'scons/custom.py')
-rw-r--r--scons/custom.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scons/custom.py b/scons/custom.py
index 7c59fe985d0..a2c690f655e 100644
--- a/scons/custom.py
+++ b/scons/custom.py
@@ -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):