Magellan Linux

Contents of /trunk/make/patches/make-4.2.1-test-driver.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3336 - (show annotations) (download)
Thu May 2 13:19:14 2019 UTC (5 years ago) by niro
File size: 581 byte(s)
-added 4.2.1 patches
1 commit d9d4e06084a4c7da480bd49a3487aadf6ba77b54
2 Author: Enrique Olaizola <enrique_olaizola16@hotmail.com>
3 Date: Sat May 27 14:24:33 2017 -0400
4
5 * tests/run_make_tests.pl: [SV 50902] Find Perl modules
6
7 diff -Nrup a/tests/run_make_tests.pl b/tests/run_make_tests.pl
8 --- a/tests/run_make_tests.pl 2016-04-04 01:38:37.000000000 -0400
9 +++ b/tests/run_make_tests.pl 2018-04-25 14:19:19.692178798 -0400
10 @@ -58,6 +58,9 @@ if ($^O eq 'VMS')
11 *CORE::GLOBAL::rmdir = \&vms_rmdir;
12 }
13
14 +use FindBin;
15 +use lib "$FindBin::Bin";
16 +
17 require "test_driver.pl";
18 require "config-flags.pm";
19