From dac6bbd44ef0a4cf45873788696e36b5a0303758 Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Fri, 4 Apr 2008 17:27:40 +0000 Subject: make dependency messages a bit better (bzr r5332) --- buildtool.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildtool.cpp') diff --git a/buildtool.cpp b/buildtool.cpp index 613673f69..721c0d769 100644 --- a/buildtool.cpp +++ b/buildtool.cpp @@ -6299,7 +6299,7 @@ public: //# 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; } @@ -6322,7 +6322,7 @@ public: // 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; -- cgit v1.2.3