Commit 74bae96
committed
Makefile: Make Perl path install-time configurable
Add support for specifying the Perl interpreter path used in installed
Perl scripts. If no path is specified, the default '/usr/bin/perl' is
used.
Set variable LCOV_PERL_PATH to specify a different path, for example:
make install LCOV_PERL_PATH=/usr/local/bin/perl
Unset this variable to keep the current path:
make install LCOV_PERL_PATH=
Signed-off-by: Peter Oberparleiter <oberpar@linux.ibm.com>1 parent 0b378cb commit 74bae96
2 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| |||
51 | 55 | | |
52 | 56 | | |
53 | 57 | | |
54 | | - | |
| 58 | + | |
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
| |||
0 commit comments