diff options
author | Brian Fraser <fraserbn@gmail.com> | 2014-01-15 15:56:22 -0300 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-01-30 17:49:59 -0300 |
commit | fa142983089bf5948a9a80b3ebb68bbcc6a20894 (patch) | |
tree | 77e591a71e07c4c447ee2388dde8cc20eaaa3513 /Makefile.SH | |
parent | 03224839c4f734054d726864f9b4f650ce42aca2 (diff) | |
download | perl-fa142983089bf5948a9a80b3ebb68bbcc6a20894.tar.gz |
Configure: Added a targetenv variable
Currently this is only used during make test, and allows setting
the environment of the target before running tests.
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 74a0bca285..b122526aca 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -1484,7 +1484,7 @@ test check: test_prep *) $spitshell >>$Makefile <<!GROK!THIS! test check: test_prep - $run -cwd $targetdir/t -env LD_LIBRARY_PATH=$targetdir:$targetdir/lib:$targetdir/lib/auto ./TEST + $run -cwd $targetdir/t -env "$targetenv LD_LIBRARY_PATH=$targetdir:$targetdir/lib:$targetdir/lib/auto:\$\$LD_LIBRARY_PATH" ./TEST !GROK!THIS! ;; |