Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
2e0956ba
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
1 年多 前同步成功
通知
10
Star
18
Fork
1
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Openssl
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
2e0956ba
编写于
2月 28, 2016
作者:
R
Richard Levitte
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Unified - have configdata.pm depend on a few more things
Reviewed-by:
N
Andy Polyakov
<
appro@openssl.org
>
上级
edae9834
变更
3
显示空白变更内容
内联
并排
Showing
3 changed file
with
5 addition
and
2 deletion
+5
-2
Configurations/descrip.mms.tmpl
Configurations/descrip.mms.tmpl
+1
-1
Configurations/unix-Makefile.tmpl
Configurations/unix-Makefile.tmpl
+1
-1
Configure
Configure
+3
-0
未找到文件。
Configurations/descrip.mms.tmpl
浏览文件 @
2e0956ba
...
@@ -393,7 +393,7 @@ debug_logicals :
...
@@ -393,7 +393,7 @@ debug_logicals :
# Building targets ###################################################
# Building targets ###################################################
configdata.pm : {-
sourcefile("Configurations", "descrip.mms.tmpl") -} $(SRCDIR)Configure ! $(SRCDIR)config.com
configdata.pm : {-
join(" ", sourcefile("Configurations", "descrip.mms.tmpl"), sourcefile("Configurations", "common.tmpl")) -} $(SRCDIR)Configure $(SRCDIR)config.com {- join(" ", @{$config{build_infos}}) -}
@ WRITE SYS$OUTPUT "Detected changed: $?"
@ WRITE SYS$OUTPUT "Detected changed: $?"
@ WRITE SYS$OUTPUT "Reconfiguring..."
@ WRITE SYS$OUTPUT "Reconfiguring..."
perl $(SRCDIR)Configure reconf
perl $(SRCDIR)Configure reconf
...
...
Configurations/unix-Makefile.tmpl
浏览文件 @
2e0956ba
...
@@ -796,7 +796,7 @@ openssl.pc:
...
@@ -796,7 +796,7 @@ openssl.pc:
# wasn't passed down automatically. It's quite safe to use it like we do
# wasn't passed down automatically. It's quite safe to use it like we do
# below; if it doesn't exist, the result will be empty and 'make' will pick
# below; if it doesn't exist, the result will be empty and 'make' will pick
# up $(MAKEFLAGS) which is passed down as an environment variable.
# up $(MAKEFLAGS) which is passed down as an environment variable.
configdata.pm: {- $config{build_file_template} -} $(SRCDIR)/Configur
e $(SRCDIR)/config
configdata.pm: {- $config{build_file_template} -} $(SRCDIR)/Configur
ations/common.tmpl $(SRCDIR)/Configure $(SRCDIR)/config {- join(" ", @{$config{build_infos}}) -}
@echo "Detected changed: $?"
@echo "Detected changed: $?"
@echo "Reconfiguring..."
@echo "Reconfiguring..."
$(SRCDIR)/Configure reconf
$(SRCDIR)/Configure reconf
...
...
Configure
浏览文件 @
2e0956ba
...
@@ -1266,6 +1266,8 @@ if ($builder eq "unified") {
...
@@ -1266,6 +1266,8 @@ if ($builder eq "unified") {
if
(
-
f
catfile
(
$srcdir
,
"
engines
",
$_
,
"
build.info
"));
if
(
-
f
catfile
(
$srcdir
,
"
engines
",
$_
,
"
build.info
"));
}
}
$config
{
build_infos
}
=
[
];
foreach
(
@build_infos
)
{
foreach
(
@build_infos
)
{
my
$sourced
=
catdir
(
$srcdir
,
$_
->
[
0
]);
my
$sourced
=
catdir
(
$srcdir
,
$_
->
[
0
]);
my
$buildd
=
catdir
(
$blddir
,
$_
->
[
0
]);
my
$buildd
=
catdir
(
$blddir
,
$_
->
[
0
]);
...
@@ -1289,6 +1291,7 @@ if ($builder eq "unified") {
...
@@ -1289,6 +1291,7 @@ if ($builder eq "unified") {
my
%renames
=
();
my
%renames
=
();
my
%sharednames
=
();
my
%sharednames
=
();
push
@
{
$config
{
build_infos
}},
catfile
(
abs2rel
(
$sourced
,
$blddir
),
$f
);
my
$template
=
Text::
Template
->
new
(
TYPE
=>
'
FILE
',
my
$template
=
Text::
Template
->
new
(
TYPE
=>
'
FILE
',
SOURCE
=>
catfile
(
$sourced
,
$f
));
SOURCE
=>
catfile
(
$sourced
,
$f
));
die
"
Something went wrong with
$sourced
/
$f
: $!
\n
"
unless
$template
;
die
"
Something went wrong with
$sourced
/
$f
: $!
\n
"
unless
$template
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录