From 30da2a90b3d433160c06643fb7ca51722fbae6b8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 20 Apr 2021 15:36:02 +0200 Subject: Detect environment changes in ad hoc recipes --- libbuild2/variable.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/variable.hxx') diff --git a/libbuild2/variable.hxx b/libbuild2/variable.hxx index d59a891..805b93d 100644 --- a/libbuild2/variable.hxx +++ b/libbuild2/variable.hxx @@ -957,8 +957,8 @@ namespace build2 "insufficient space"); // Represented as a potential @-pair of name(s) corresponding to - // process_path followed by the name@ and checksum@ pairs. So it's a - // container-like. + // process_path optionally followed by the name@, checksum@, and + // env-checksum@ pairs. So it's a container-like. // static process_path_ex convert (names&&); static void assign (value&, process_path_ex&&); -- cgit v1.1