aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/rule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/rule.hxx')
-rw-r--r--libbuild2/rule.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/libbuild2/rule.hxx b/libbuild2/rule.hxx
index 50ed126..a674b05 100644
--- a/libbuild2/rule.hxx
+++ b/libbuild2/rule.hxx
@@ -188,8 +188,10 @@ namespace build2
: adhoc_rule (l, b), diag (move (d)) {}
public:
- const optional<string> diag; // Command name for low-verbosity diag.
+ const optional<string> diag; // Command name for low-verbosity diag.
+ string checksum; // Script text hashsum.
script_type script;
+
};
// Ad hoc C++ rule.