From: ishmal Date: Fri, 20 Apr 2007 16:41:34 +0000 (+0000) Subject: Say "skipped" when copying a single file is not necessary X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3fa80b96d7a3bcfba72cba084664b045b1a5abd3;p=inkscape.git Say "skipped" when copying a single file is not necessary --- 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))