| Index: site_scons/site_tools/component_setup.py
|
| diff --git a/site_scons/site_tools/component_setup.py b/site_scons/site_tools/component_setup.py
|
| index 845750e294d20f5f5412a524a74eee907e5d2af4..766d328acfee4c92bbb912d8d6e8dc616c6ee120 100755
|
| --- a/site_scons/site_tools/component_setup.py
|
| +++ b/site_scons/site_tools/component_setup.py
|
| @@ -207,6 +207,7 @@ def generate(env):
|
| # Strip doesn't seem to be a first-class citizen in SCons country,
|
| # so we have to add these *COM, *COMSTR manually.
|
| STRIPCOMSTR='________Stripping to create $TARGET',
|
| + TRANSLATECOMSTR='________Translating $TARGET',
|
| )
|
|
|
| # Add other default tools from our toolkit
|
|
|