Code

Say "skipped" when copying a single file is not necessary
authorishmal <ishmal@users.sourceforge.net>
Fri, 20 Apr 2007 16:41:34 +0000 (16:41 +0000)
committerishmal <ishmal@users.sourceforge.net>
Fri, 20 Apr 2007 16:41:34 +0000 (16:41 +0000)
buildtool.cpp

index 67687af354e2d06405f112b86c10f1676ec9b7ca..9fd3e464caaade8943787aa5bc1852e12442c402 100644 (file)
@@ -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 <stdio.h>
 #include <fcntl.h>
@@ -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))