提交 4b799cea 编写于 作者: R Richard Levitte

Have dofile.pl say where it was run

Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
上级 98ac876f
......@@ -629,7 +629,8 @@ EOF
rel2abs($config{builddir}));
return <<"EOF";
$script : $sources
\$(PERL) "-I\$(BUILDDIR)" "-Mconfigdata" $dofile $sources > $script
\$(PERL) "-I\$(BUILDDIR)" "-Mconfigdata" $dofile -
"-o{- $config{build_file} -}" $sources > $script
SET FILE/PROT=(S:RWED,O:RWED,G:RE,W:RE) $script
PURGE $script
EOF
......
......@@ -882,7 +882,8 @@ EOF
rel2abs($config{builddir}));
return <<"EOF";
$script : $sources
\$(PERL) "-I\$(BLDDIR)" -Mconfigdata "$dofile" $sources > "$script"
\$(PERL) "-I\$(BLDDIR)" -Mconfigdata "$dofile" \\
"-o{- $config{build_file} -}" $sources > "$script"
chmod a+x $script
EOF
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册