Fix some assembler generating scripts for better unification
authorRichard Levitte <levitte@openssl.org>
Thu, 10 Mar 2016 23:49:47 +0000 (00:49 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 10 Mar 2016 23:54:31 +0000 (00:54 +0100)
commita5aa63a456fb6e7129e3ba048b17d157df5a1bab
treee475bc701075d17526bc7229d2899cc7c3cce42c
parent603358de576217812cb3d752e97c78e476cdc879
Fix some assembler generating scripts for better unification

Some of these scripts would recognise an output parameter if it looks
like a file path.  That works both in both the classic and new build
schemes.  Some fo these scripts would only recognise it if it's a
basename (i.e. no directory component).  Those need to be corrected,
as the output parameter in the new build scheme is more likely to
contain a directory component than not.

Reviewed-by: Andy Polyakov <appro@openssl.org>
27 files changed:
crypto/aes/asm/aes-armv4.pl
crypto/aes/asm/aes-mips.pl
crypto/aes/asm/aes-s390x.pl
crypto/aes/asm/bsaes-armv7.pl
crypto/aes/asm/vpaes-armv8.pl
crypto/bn/asm/armv4-gf2m.pl
crypto/bn/asm/armv4-mont.pl
crypto/bn/asm/mips-mont.pl
crypto/bn/asm/mips.pl
crypto/bn/asm/s390x-gf2m.pl
crypto/bn/asm/s390x-mont.pl
crypto/chacha/asm/chacha-armv4.pl
crypto/chacha/asm/chacha-s390x.pl
crypto/ec/asm/ecp_nistz256-armv4.pl
crypto/ec/asm/ecp_nistz256-armv8.pl
crypto/modes/asm/ghash-armv4.pl
crypto/modes/asm/ghash-s390x.pl
crypto/poly1305/asm/poly1305-armv4.pl
crypto/poly1305/asm/poly1305-s390x.pl
crypto/rc4/asm/rc4-s390x.pl
crypto/sha/asm/sha1-armv4-large.pl
crypto/sha/asm/sha1-mips.pl
crypto/sha/asm/sha1-s390x.pl
crypto/sha/asm/sha256-armv4.pl
crypto/sha/asm/sha512-armv4.pl
crypto/sha/asm/sha512-mips.pl
crypto/sha/asm/sha512-s390x.pl