From d3b4636ca3f4c3ad98c8096326c5b1460d05691d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 26 Oct 2023 12:33:34 +0200 Subject: Add inject_fsdir_direct(), fsdir_rule::perform_clean_direct() functions --- libbuild2/rule.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libbuild2/rule.hxx') diff --git a/libbuild2/rule.hxx b/libbuild2/rule.hxx index bf6f0a5..dea9c9a 100644 --- a/libbuild2/rule.hxx +++ b/libbuild2/rule.hxx @@ -178,6 +178,9 @@ namespace build2 static void perform_update_direct (action, const target&); + static void + perform_clean_direct (action, const target&); + fsdir_rule () {} static const fsdir_rule instance; }; -- cgit v1.1