summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fda85e0)
raw | patch | inline | side by side (parent: fda85e0)
author | ishmal <ishmal@users.sourceforge.net> | |
Fri, 4 Apr 2008 17:27:40 +0000 (17:27 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Fri, 4 Apr 2008 17:27:40 +0000 (17:27 +0000) |
buildtool.cpp | patch | blob | history |
diff --git a/buildtool.cpp b/buildtool.cpp
index 613673f6937f068b86702823e8025181d4b9bd9d..721c0d769134a5fd277b33ae4c9b30c77c85ae59 100644 (file)
--- a/buildtool.cpp
+++ b/buildtool.cpp
//# First we check if the source is newer than the .o
if (isNewerThan(srcFullName, destFullName))
{
- taskstatus("compile of %s required by %s",
+ taskstatus("compile of %s required by source: %s",
destFullName.c_str(), srcFullName.c_str());
compileMe = true;
}
// destFullName.c_str(), depFullName.c_str());
if (depRequires)
{
- taskstatus("compile of %s required by %s",
+ taskstatus("compile of %s required by included: %s",
destFullName.c_str(), depFullName.c_str());
compileMe = true;
break;