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:
313fa47
)
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:31:03 +0000
(11:31 +0200)
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3880)
Configurations/descrip.mms.tmpl
patch
|
blob
|
history
diff --git
a/Configurations/descrip.mms.tmpl
b/Configurations/descrip.mms.tmpl
index b1e5d70b1411f5200a152a149eda9f4589e8fc88..31671e391b2401333058e8b9b29f904a3d39b7a3 100644
(file)
--- a/
Configurations/descrip.mms.tmpl
+++ b/
Configurations/descrip.mms.tmpl
@@
-91,7
+91,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});