mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Have dofile.pl say where it was run
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
This commit is contained in:
parent
98ac876f2d
commit
4b799ceaa2
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user