projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02bdd18
)
VMS: When running a sub-MMS, make sure to give it the main MMS' qualifiers
author
Richard Levitte
<levitte@openssl.org>
Fri, 7 Jul 2017 09:09:19 +0000
(11:09 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 7 Jul 2017 09:32:09 +0000
(11:32 +0200)
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3880)
(cherry picked from commit
984cf15eb5faac8e328d1ba4a623b1777eb82de1
)
Configurations/descrip.mms.tmpl
patch
|
blob
|
history
diff --git
a/Configurations/descrip.mms.tmpl
b/Configurations/descrip.mms.tmpl
index 92898f9104a3c025e7a773b8645437fe7bd18893..92eda9e12ea6a646c6f935d43c6e3bbed9df0159 100644
(file)
--- a/
Configurations/descrip.mms.tmpl
+++ b/
Configurations/descrip.mms.tmpl
@@
-89,7
+89,7
@@
sub dependmagic {
my $target = shift;
- return "$target : build_generated\n\t\pipe \$(MMS)
depend && \$(MM
S) _$target\n_$target";
+ return "$target : build_generated\n\t\pipe \$(MMS)
\$(MMSQUALIFIERS) depend && \$(MMS) \$(MMSQUALIFIER
S) _$target\n_$target";
}
#use Data::Dumper;
#print STDERR "DEBUG: before:\n", Dumper($unified_info{before});