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/algorithm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build/algorithm') diff --git a/build/algorithm b/build/algorithm index af461dc..375cebb 100644 --- a/build/algorithm +++ b/build/algorithm @@ -73,6 +73,9 @@ namespace build void match (action, target&); + // Note that calling this function only makes sense if the + // target itself doesn't have its own dependents. + // void unmatch (action, target&); -- cgit v1.1