Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/regress don't install regress test programs
details: https://anonhg.NetBSD.org/src/rev/e8cd8de503f0
branches: trunk
changeset: 535431:e8cd8de503f0
user: itojun <itojun%NetBSD.org@localhost>
date: Sun Aug 18 14:59:32 2002 +0000
description:
don't install regress test programs
diffstat:
regress/lib/Makefile.inc | 4 ++++
regress/lib/libc/gen/Makefile.inc | 4 ++++
regress/lib/libc/stdlib/Makefile.inc | 4 ++++
regress/lib/libcrypto/Makefile.inc | 5 ++++-
regress/lib/libcrypto/bn/Makefile.inc | 5 ++++-
regress/sys/crypto/Makefile.inc | 5 ++++-
regress/sys/fs/Makefile.inc | 4 ++++
7 files changed, 28 insertions(+), 3 deletions(-)
diffs (71 lines):
diff -r dd6d5d975be1 -r e8cd8de503f0 regress/lib/Makefile.inc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/regress/lib/Makefile.inc Sun Aug 18 14:59:32 2002 +0000
@@ -0,0 +1,4 @@
+# $NetBSD: Makefile.inc,v 1.1 2002/08/18 14:59:32 itojun Exp $
+#
+# do not install regression test programs
+proginstall::
diff -r dd6d5d975be1 -r e8cd8de503f0 regress/lib/libc/gen/Makefile.inc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/regress/lib/libc/gen/Makefile.inc Sun Aug 18 14:59:32 2002 +0000
@@ -0,0 +1,4 @@
+# $NetBSD: Makefile.inc,v 1.1 2002/08/18 14:59:33 itojun Exp $
+#
+# do not install regression test programs
+proginstall::
diff -r dd6d5d975be1 -r e8cd8de503f0 regress/lib/libc/stdlib/Makefile.inc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/regress/lib/libc/stdlib/Makefile.inc Sun Aug 18 14:59:32 2002 +0000
@@ -0,0 +1,4 @@
+# $NetBSD: Makefile.inc,v 1.1 2002/08/18 14:59:33 itojun Exp $
+#
+# do not install regression test programs
+proginstall::
diff -r dd6d5d975be1 -r e8cd8de503f0 regress/lib/libcrypto/Makefile.inc
--- a/regress/lib/libcrypto/Makefile.inc Sun Aug 18 14:43:16 2002 +0000
+++ b/regress/lib/libcrypto/Makefile.inc Sun Aug 18 14:59:32 2002 +0000
@@ -1,3 +1,6 @@
-# $NetBSD: Makefile.inc,v 1.1 2000/10/03 15:13:22 itojun Exp $
+# $NetBSD: Makefile.inc,v 1.2 2002/08/18 14:59:34 itojun Exp $
CRYPTODIST=${.CURDIR}/../../../../crypto/dist/openssl/crypto
+
+# do not install regression test programs
+proginstall::
diff -r dd6d5d975be1 -r e8cd8de503f0 regress/lib/libcrypto/bn/Makefile.inc
--- a/regress/lib/libcrypto/bn/Makefile.inc Sun Aug 18 14:43:16 2002 +0000
+++ b/regress/lib/libcrypto/bn/Makefile.inc Sun Aug 18 14:59:32 2002 +0000
@@ -1,4 +1,7 @@
-# $NetBSD: Makefile.inc,v 1.1 2000/10/03 15:13:22 itojun Exp $
+# $NetBSD: Makefile.inc,v 1.2 2002/08/18 14:59:34 itojun Exp $
CRYPTODIST=${.CURDIR}/../../../../../crypto/dist/openssl/crypto
.PATH: ${CRYPTODIST}/bn
+
+# do not install regression test programs
+proginstall::
diff -r dd6d5d975be1 -r e8cd8de503f0 regress/sys/crypto/Makefile.inc
--- a/regress/sys/crypto/Makefile.inc Sun Aug 18 14:43:16 2002 +0000
+++ b/regress/sys/crypto/Makefile.inc Sun Aug 18 14:59:32 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.5 2001/10/31 15:57:55 tv Exp $
+# $NetBSD: Makefile.inc,v 1.6 2002/08/18 14:59:34 itojun Exp $
# $KAME: Makefile.inc,v 1.3 2000/11/08 05:58:24 itojun Exp $
.if !target(regress)
@@ -13,3 +13,6 @@
benchmark:
@time ./${PROG} ${BENCHROUNDS}
.endif
+
+# do not install regression test programs
+proginstall::
diff -r dd6d5d975be1 -r e8cd8de503f0 regress/sys/fs/Makefile.inc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/regress/sys/fs/Makefile.inc Sun Aug 18 14:59:32 2002 +0000
@@ -0,0 +1,4 @@
+# $NetBSD: Makefile.inc,v 1.1 2002/08/18 14:59:34 itojun Exp $
+#
+# do not install regression test programs
+proginstall::
Home |
Main Index |
Thread Index |
Old Index