Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64 Remove...



details:   https://anonhg.NetBSD.org/src/rev/8e3528e15d2b
branches:  trunk
changeset: 820399:8e3528e15d2b
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 08 17:12:21 2017 +0000

description:
Remove pasto, thanks wiz@

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 83d374706571 -r 8e3528e15d2b crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/Makefile
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/Makefile    Sun Jan 08 17:10:35 2017 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/Makefile    Sun Jan 08 17:12:21 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2017/01/08 01:56:31 christos Exp $
+#      $NetBSD: Makefile,v 1.12 2017/01/08 17:12:21 christos Exp $
 
 .include "bsd.own.mk"
 
@@ -12,7 +12,6 @@
 regen:
        for i in $$(find ${OPENSSLSRC} -name \*${MACHINE_ARCH}.pl) \
                $$(find ${OPENSSLSRC}/crypto/bn/asm -name ${MACHINE_ARCH}-\*.pl) \
-               $$(find ${OPENSSLSRC}/crypto/bn/asm -name ${MACHINE_ARCH}-\*.pl) \
                ${OPENSSLSRC}/crypto/bn/asm/rsaz-avx2.pl \
                ${OPENSSLSRC}/crypto/${MACHINE_ARCH}cpuid.pl ; do \
                 (set +x; echo "#include <machine/asm.h>"; CC=${CC:Q} perl $$i elf | sed \



Home | Main Index | Thread Index | Old Index