From 70e095024ab33404ba0cf20c184a7a9560bca5f0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 18 Jan 2022 10:54:23 +0200 Subject: Add dynamic prerequisites to $< unless --adhoc is specified Also add a few tests for depdb-dyndep. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index d2c0090..ee9c009 100644 --- a/NEWS +++ b/NEWS @@ -93,6 +93,11 @@ Version 0.15.0 option is currently only valid in the --byproduct mode (in the normal mode relative paths indicate non-existent files). + --adhoc + + Treat dynamically discovered prerequisites as ad hoc (so they don't end + up in $<; only in the normal mode). + --drop-cycles Drop prerequisites that are also targets. Only use this option if you -- cgit v1.1