From 301ef588631bdc1e9f98f5841b1565e5eb383fdf Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Fri, 20 Apr 2007 16:41:34 +0000 Subject: Say "skipped" when copying a single file is not necessary (bzr r2938) --- buildtool.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'buildtool.cpp') diff --git a/buildtool.cpp b/buildtool.cpp index 67687af35..9fd3e464c 100644 --- a/buildtool.cpp +++ b/buildtool.cpp @@ -37,7 +37,7 @@ * */ -#define BUILDTOOL_VERSION "BuildTool v0.6.10, 2007 Bob Jamison" +#define BUILDTOOL_VERSION "BuildTool v0.6.11, 2007 Bob Jamison" #include #include @@ -6164,6 +6164,7 @@ public: } if (!isNewerThan(fullSource, fullDest)) { + status(" : skipped"); return true; } if (!copyFile(fullSource, fullDest)) @@ -6261,6 +6262,7 @@ public: } if (!isNewerThan(fullSource, fullDest)) { + status(" : skipped"); return true; } if (!copyFile(fullSource, fullDest)) -- cgit v1.2.3