X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcopy.cpp;h=4cb42b707be686f59bd2725f089272f63b4e07d4;hb=5622fc20f0be8bff0938d24f6f45d3ab384288ca;hp=483b9261d9f87af53be9e085ecc7cb6ef474288d;hpb=96e132661ec82c9347f9155d3f30cd99ea8eca47;p=builder.git diff --git a/source/copy.cpp b/source/copy.cpp index 483b926..4cb42b7 100644 --- a/source/copy.cpp +++ b/source/copy.cpp @@ -6,11 +6,11 @@ Distributed under the LGPL */ #include -#include #include #include #include #include +#include #include "builder.h" #include "copy.h" #include "package.h" @@ -25,7 +25,7 @@ Copy::Copy(Builder &b, const Package &pkg, const FS::Path &s, const FS::Path &d) { announce(pkg.get_name(), "COPY", dest[-1]); if(builder.get_verbose()>=2) - cout< "< %s\n", s, d); if(!builder.get_dry_run()) worker=new Worker(*this); @@ -51,7 +51,7 @@ void Copy::Worker::main() { if(e.get_error_code()!=ENOENT) { - cerr<