summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator3.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-06-12 15:40:31 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-06-12 15:40:31 (GMT)
commit14cc1efe2ce7690fcf689558bc1862f8f908c2cb (patch)
tree74521854b723f56f5e821d565e4a52f61c869de0 /Source/cmGlobalUnixMakefileGenerator3.cxx
parenta21a320a2654336f196349c46eb3f0825da59fd3 (diff)
downloadCMake-14cc1efe2ce7690fcf689558bc1862f8f908c2cb.zip
CMake-14cc1efe2ce7690fcf689558bc1862f8f908c2cb.tar.gz
CMake-14cc1efe2ce7690fcf689558bc1862f8f908c2cb.tar.bz2
ENH: some cleanup to progress
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.cxx')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator3.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx
index b3b7e6b..da3f6a3 100644
--- a/Source/cmGlobalUnixMakefileGenerator3.cxx
+++ b/Source/cmGlobalUnixMakefileGenerator3.cxx
@@ -860,11 +860,11 @@ cmGlobalUnixMakefileGenerator3
{
progCmd << " " << *i;
}
- if (progFiles.size())
- {
- commands.push_back(progCmd.str());
- }
-
+ commands.push_back(progCmd.str());
+ progressDir = "Building target ";
+ progressDir += t->first;
+ lg->AppendEcho(commands,progressDir.c_str());
+
this->AppendGlobalTargetDepends(depends,t->second);
lg->WriteMakeRule(ruleFileStream, "All Build rule for target.",
localName.c_str(), depends, commands, true);