diff options
Diffstat (limited to 'libbuild2/adhoc-rule-regex-pattern.cxx')
-rw-r--r-- | libbuild2/adhoc-rule-regex-pattern.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/adhoc-rule-regex-pattern.cxx b/libbuild2/adhoc-rule-regex-pattern.cxx index c621b67..9550527 100644 --- a/libbuild2/adhoc-rule-regex-pattern.cxx +++ b/libbuild2/adhoc-rule-regex-pattern.cxx @@ -405,7 +405,8 @@ namespace build2 continue; // @@ TODO: it could be handy to mark a prerequisite (e.g., a tool) - // ad hoc so that it doesn't interfere with the $< list. + // ad hoc so that it doesn't interfere with the $< list. Also + // clean=false. // pts.push_back (prerequisite_target (&pt, false /* adhoc */)); } |