From 137df0bea6cebabe5278e67e5dad6f3047c762fb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 2 Apr 2015 15:44:49 +0200 Subject: Handle "nothing to be done" case for disfigure --- build/context.txx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/context.txx') diff --git a/build/context.txx b/build/context.txx index cae1ce8..53081b1 100644 --- a/build/context.txx +++ b/build/context.txx @@ -9,7 +9,7 @@ namespace build { template - rmfile_status + fs_status rmfile (const path& f, const T& t) { // We don't want to print the command if we couldn't remove the @@ -45,7 +45,7 @@ namespace build } template - rmdir_status + fs_status rmdir (const path& d, const T& t) { bool w (d == work); // Don't try to remove working directory. -- cgit v1.1