diff options
Diffstat (limited to 'build/context')
-rw-r--r-- | build/context | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/context b/build/context index a52232a..8cf42dc 100644 --- a/build/context +++ b/build/context @@ -56,6 +56,9 @@ namespace build fs_status<butl::mkdir_status> mkdir (const dir_path&); + fs_status<butl::mkdir_status> + mkdir_p (const dir_path&); + // Remove the file and print the standard diagnostics. The second // argument is only used in diagnostics, to print the target name. // Passing the path for target will result in the relative path |