From f7492285d9d3ba73448d9946650df8e5dc041f85 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 8 Jun 2013 17:56:34 +0200 Subject: [PATCH] comments: fix some out-of-sync refs to test scripts Those script has been renamed since those comments where written. * lib/Automake/Rule.pm: Adjust. * lib/am/distdir.am: Likewise. Signed-off-by: Stefano Lattarini --- lib/Automake/Rule.pm | 4 ++-- lib/am/distdir.am | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Automake/Rule.pm b/lib/Automake/Rule.pm index ac4b71afd..7fe647492 100644 --- a/lib/Automake/Rule.pm +++ b/lib/Automake/Rule.pm @@ -631,7 +631,7 @@ sub _maybe_warn_about_duplicated_target ($$$$$$) ## from rules that only add dependencies. E.g., ## .PHONY: foo ## .PHONY: bar - ## is legitimate. (This is phony.test.) + ## is legitimate. This is checked in the 'phony.sh' test. # msg ('syntax', $where, # "redefinition of '$target'$condmsg ...", partial => 1); @@ -734,7 +734,7 @@ sub _conditionals_for_rule ($$$$) # condition. So for now we do our best *here*. If 'foo:' # was already defined in condition COND1 and we want to define # it in condition TRUE, then define it only in condition !COND1. - # (See cond14.test and cond15.test for some test cases.) + # (See cond14.sh and cond15.sh for some test cases.) @conds = $rule->not_always_defined_in_cond ($cond)->conds; # No conditions left to define the rule. diff --git a/lib/am/distdir.am b/lib/am/distdir.am index e5d8d5ea9..566bab72b 100644 --- a/lib/am/distdir.am +++ b/lib/am/distdir.am @@ -197,7 +197,7 @@ endif %?TOPDIR_P% ## Test for file existence because sometimes a file gets included in ## DISTFILES twice. For example this happens when a single source ## file is used in building more than one program. -## See also test 'dist-repeated.test'. +## See also test 'dist-repeated.sh'. test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ -- 2.34.1