Have dofile.pl say where it was run, for real this time
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
This commit is contained in:
parent
4b799ceaa2
commit
ba327ade80
2 changed files with 2 additions and 2 deletions
|
@ -630,7 +630,7 @@ EOF
|
|||
return <<"EOF";
|
||||
$script : $sources
|
||||
\$(PERL) "-I\$(BUILDDIR)" "-Mconfigdata" $dofile -
|
||||
"-o{- $config{build_file} -}" $sources > $script
|
||||
"-o$target{build_file}" $sources > $script
|
||||
SET FILE/PROT=(S:RWED,O:RWED,G:RE,W:RE) $script
|
||||
PURGE $script
|
||||
EOF
|
||||
|
|
|
@ -883,7 +883,7 @@ EOF
|
|||
return <<"EOF";
|
||||
$script : $sources
|
||||
\$(PERL) "-I\$(BLDDIR)" -Mconfigdata "$dofile" \\
|
||||
"-o{- $config{build_file} -}" $sources > "$script"
|
||||
"-o$target{build_file}" $sources > "$script"
|
||||
chmod a+x $script
|
||||
EOF
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue