projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
be0036e
)
VMS acrobatics from Peter Prymmer.
Jarkko Hietaniemi [Tue, 19 Mar 2002 14:54:21 +0000 (14:54 +0000)]
p4raw-id: //depot/perl@15325
lib/ExtUtils/t/ExtUtils.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/t/ExtUtils.t
b/lib/ExtUtils/t/ExtUtils.t
index
e63d117
..
5b6bf56
100644
(file)
--- a/
lib/ExtUtils/t/ExtUtils.t
+++ b/
lib/ExtUtils/t/ExtUtils.t
@@
-403,6
+403,7
@@
if ($^O eq 'MSWin32' && $make eq 'nmake') { $make .= " -nologo"; }
my @makeout;
+if ($^O eq 'VMS') { $make .= ' all'; }
print "# make = '$make'\n";
@makeout = `$make`;
if ($?) {
@@
-413,6
+414,8
@@
if ($?) {
print "ok 3\n";
}
+if ($^O eq 'VMS') { $make =~ s{ all}{}; }
+
if ($Config{usedl}) {
print "ok 4\n";
} else {