From 278140ebf2bc97eb72a1e8adb04a40a0a5807d8f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 4 Nov 2016 10:51:57 +0300 Subject: Add mkdir and touch builtins --- build2/test/script/script | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build2/test/script/script') diff --git a/build2/test/script/script b/build2/test/script/script index 0964af1..a2e4c41 100644 --- a/build2/test/script/script +++ b/build2/test/script/script @@ -281,7 +281,8 @@ namespace build2 // public: // Register a cleanup. If the cleanup is explicit, then override the - // cleanup type if this path is already registered. + // cleanup type if this path is already registered. Ignore implicit + // registration of a path outside script working directory. // void clean (cleanup, bool implicit); -- cgit v1.1