aboutsummaryrefslogtreecommitdiff
path: root/src/makefile/input.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile/input.rs')
-rw-r--r--src/makefile/input.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/makefile/input.rs b/src/makefile/input.rs
index d6f6254..6ee5392 100644
--- a/src/makefile/input.rs
+++ b/src/makefile/input.rs
@@ -413,6 +413,11 @@ impl<'a, 'parent, R: BufRead> MakefileReader<'a, 'parent, R> {
inference_match.name("s2").unwrap().as_str().to_owned(),
commands,
);
+ log::trace!(
+ "suffix-based inference rule defined by {:?} - {:?}",
+ &inference_match,
+ &new_rule,
+ );
self.inference_rules.retain(|existing_rule| {
(&existing_rule.prerequisites, &existing_rule.products)