On Wed, Apr 03, 2013, Anton Malov wrote:

> Trying to build openssl from today's master branch on Windows, using
> VS 2012 (latest stable 1.0.1e builds fine) and generated ntdll.mak
> starts to produce errors in reallyclean target while trying to execute
>  copy-if-different.pl script
> 
> $(INCL_D)\e_os.h: $(SRC_D)\.\e_os.h $(INCL_D)
> $(SRC_D)\util\copy-if-different.pl "$(SRC_D)\.\e_os.h" "$(INCL_D)\e_os.h"
> 
> The problem is that there is no $(PERL) executable specified before
> $(SRC_D)\util\copy-if-different.pl script call.
> 
> I have found line of script generating this instructions  - this is
> line 1358 of util\mk1mf.pl
> 
>         $ret.="$to${o}$n$pp: \$(SRC_D)$o$_$pp
> $to\n\t\$(SRC_D)${o}util${o}copy-if-different.pl \"\$(SRC_D)$o$_$pp\"
> \"$to${o}$n$pp\"\n\n";
> 
> But I do not know perl languge so I can't fix it.
> Please, review this regression.
> 

Should be fixed now.

Thanks for the report.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to