diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-02 15:44:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-02 15:44:49 +0200 |
commit | 137df0bea6cebabe5278e67e5dad6f3047c762fb (patch) | |
tree | 2ea23a35f99d21a4d9eca89ed71ac9ba2a734f52 /build/context.cxx | |
parent | 65dca85d0acc1ae69518e85b52a2877e38dc8c6d (diff) |
Handle "nothing to be done" case for disfigure
Diffstat (limited to 'build/context.cxx')
-rw-r--r-- | build/context.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/context.cxx b/build/context.cxx index 69b10d7..a0952ec 100644 --- a/build/context.cxx +++ b/build/context.cxx @@ -42,7 +42,7 @@ namespace build global_scope->variables["home"] = home; } - mkdir_status + fs_status<mkdir_status> mkdir (const path& d) { // We don't want to print the command if the directory already |