Have dofile.pl say where it was run, for real this time

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
This commit is contained in:
Richard Levitte 2016-02-14 08:47:47 +01:00
parent 4b799ceaa2
commit ba327ade80
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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
}