summaryrefslogtreecommitdiffstats
path: root/scons/gallium.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/gallium.py
parentda87370032c393077fa70099a79ea1e71ae2f5be (diff)
downloadexternal_mesa3d-37058c3497850f452bdaf70a5dda07ee4840b6b9.tar.gz
external_mesa3d-37058c3497850f452bdaf70a5dda07ee4840b6b9.tar.bz2
external_mesa3d-37058c3497850f452bdaf70a5dda07ee4840b6b9.zip
scons: Add a few more human friendly messages.
Diffstat (limited to 'scons/gallium.py')
-rwxr-xr-xscons/gallium.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scons/gallium.py b/scons/gallium.py
index 4dcb8d0a42..a94bf73648 100755
--- a/scons/gallium.py
+++ b/scons/gallium.py
@@ -74,7 +74,7 @@ def install_shared_library(env, sources, version = ()):
while len(version):
version = version[:-1]
target_name = '.'.join((str(source),) + version)
- action = SCons.Action.Action(symlink, "$TARGET -> $SOURCE")
+ action = SCons.Action.Action(symlink, " Symlinking $TARGET ...")
last = env.Command(os.path.join(target_dir, target_name), last, action)
targets += last
return targets