]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Makefile.am: Remove perl prefix from vg_perf and vg_regtest
authorFlorian Krohm <flo2030@eich-krohm.de>
Sun, 11 Jan 2026 21:52:10 +0000 (21:52 +0000)
committerFlorian Krohm <flo2030@eich-krohm.de>
Sun, 11 Jan 2026 21:52:10 +0000 (21:52 +0000)
Those scripts are executable. Cf. b5b7e0238af

Makefile.am

index abac4d2037a1e40d584bf2c7aff4bf1fb7f275e3..3f38a6ba35afc910f2a131eac35f6cec1022cd5d 100644 (file)
@@ -73,11 +73,10 @@ default.supp: $(DEFAULT_SUPP_FILES)
        echo "# " $(DEFAULT_SUPP_FILES) >> default.supp
        cat $^ >> default.supp
 
-## Preprend @PERL@ because tests/vg_regtest isn't executable
-## Ensure make exits with error if PERL fails or post_regtest_checks fails.
+## Ensure make exits with error if vg_regtest fails or post_regtest_checks fails.
 regtest: check
        $(top_srcdir)/gdbserver_tests/make_local_links $(GDB)
-       if @PERL@ tests/vg_regtest gdbserver_tests $(TOOLS) $(EXP_TOOLS) ; then \
+       if tests/vg_regtest gdbserver_tests $(TOOLS) $(EXP_TOOLS) ; then \
           tests/post_regtest_checks $(abs_top_srcdir) gdbserver_tests $(TOOLS) $(EXP_TOOLS); \
        else \
           tests/post_regtest_checks $(abs_top_srcdir) gdbserver_tests $(TOOLS) $(EXP_TOOLS); \
@@ -86,16 +85,15 @@ regtest: check
 post-regtest-checks:
        tests/post_regtest_checks $(abs_top_srcdir) gdbserver_tests $(TOOLS) $(EXP_TOOLS)
 nonexp-regtest: check
-       @PERL@ tests/vg_regtest $(TOOLS)
+       tests/vg_regtest $(TOOLS)
 exp-regtest: check
-       @PERL@ tests/vg_regtest gdbserver_tests $(EXP_TOOLS)
+       tests/vg_regtest gdbserver_tests $(EXP_TOOLS)
 # Nb: gdbserver_tests are put in exp-regtest rather than nonexp-regtest
 # because they are tested with various valgrind tools, so might be using
 # an experimental tool.
 
-## Preprend @PERL@ because tests/vg_perf isn't executable
 perf: check
-       @PERL@ perf/vg_perf perf
+       perf/vg_perf perf
 
 # Auxiliary test suites run under valgrind
 auxchecks: all