From fd689eb883655dcb29e505b041cd02fac01f0bac Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 27 Aug 2015 15:11:40 +0200 Subject: Dist module/meta-operation initial implementation --- build/context | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build/context') diff --git a/build/context b/build/context index b8d178b..920ad1f 100644 --- a/build/context +++ b/build/context @@ -93,6 +93,12 @@ namespace build inline fs_status rmdir (const dir_path& d) {return rmdir (d, d);} + // Note that this function returns not_empty if we try to remove + // a working directory. + // + fs_status + rmdir_r (const dir_path&); + // Return the src/out directory corresponding to the given out/src. The // passed directory should be a sub-directory of out/src_root. // -- cgit v1.1