mirror of
https://github.com/mirror/make.git
synced 2026-08-08 09:01:05 +00:00
* tests/scripts/features/vpathgpath: Avoid duplicate function name.
This commit is contained in:
@@ -40,7 +40,7 @@ close(MAKEFILE);
|
||||
|
||||
$off = -500;
|
||||
|
||||
sub touchfiles {
|
||||
sub gtouchfiles {
|
||||
foreach (@_) {
|
||||
($f = $_) =~ s,VP/,$VP,g;
|
||||
&utouch($off, $f);
|
||||
@@ -51,7 +51,7 @@ sub touchfiles {
|
||||
|
||||
# Run the general-case test
|
||||
|
||||
&touchfiles("VP/foo.d", "VP/bar.d", "VP/foo.c", "VP/bar.c", "foo.b", "bar.d");
|
||||
>ouchfiles("VP/foo.d", "VP/bar.d", "VP/foo.c", "VP/bar.c", "foo.b", "bar.d");
|
||||
|
||||
&run_make_with_options($makefile,"general",&get_logfile());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user