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/arm remove us...
details: https://anonhg.NetBSD.org/src/rev/ae296697efc3
branches: trunk
changeset: 320876:ae296697efc3
user: christos <christos%NetBSD.org@localhost>
date: Sun Mar 04 00:24:21 2018 +0000
description:
remove useless grep
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/arch/arm/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 876b18175615 -r ae296697efc3 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/Makefile
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/Makefile Sun Mar 04 00:22:21 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/Makefile Sun Mar 04 00:24:21 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/03/03 00:20:57 christos Exp $
+# $NetBSD: Makefile,v 1.2 2018/03/04 00:24:21 christos Exp $
.include "bsd.own.mk"
@@ -6,8 +6,7 @@
.include "${NETBSDSRCDIR}/crypto/Makefile.openssl"
regen:
- for i in $$(find ${OPENSSLSRC} -name \*arm\*.pl | grep -v charmap.pl); \
- do \
+ for i in $$(find ${OPENSSLSRC} -name \*arm\*.pl); do \
case $$i in \
(*/charmap.pl|*/arm-xlate.pl);; \
(*) perl -I${OPENSSLSRC}/crypto/perlasm \
Home |
Main Index |
Thread Index |
Old Index