1 #include <msp/core/systemerror.h>
2 #include <msp/fs/utils.h>
3 #include "filetarget.h"
4 #include "sourcepackage.h"
7 Unlink::Unlink(Builder &b, const FileTarget &t):
10 const SourcePackage &spkg = *static_cast<const SourcePackage *>(t.get_package());
12 announce(spkg.get_name(), "RM", relative(t.get_path(), spkg.get_source()).str());
18 catch(const Msp::system_error &)