summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2014-01-15 15:56:22 -0300
committerBrian Fraser <fraserbn@gmail.com>2014-01-30 17:49:59 -0300
commitfa142983089bf5948a9a80b3ebb68bbcc6a20894 (patch)
tree77e591a71e07c4c447ee2388dde8cc20eaaa3513 /Makefile.SH
parent03224839c4f734054d726864f9b4f650ce42aca2 (diff)
downloadperl-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-xMakefile.SH2
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!
;;