Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libi386 Define TESTSDIR even when not amd64 so the...



details:   https://anonhg.NetBSD.org/src/rev/7b9009960d66
branches:  trunk
changeset: 930992:7b9009960d66
user:      kre <kre%NetBSD.org@localhost>
date:      Sun Apr 19 18:07:00 2020 +0000

description:
Define TESTSDIR even when not amd64 so the Atffile will be
installed in the correct location.

diffstat:

 tests/lib/libi386/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r e33fd1a0fa24 -r 7b9009960d66 tests/lib/libi386/Makefile
--- a/tests/lib/libi386/Makefile        Sun Apr 19 18:02:36 2020 +0000
+++ b/tests/lib/libi386/Makefile        Sun Apr 19 18:07:00 2020 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2020/04/19 13:22:58 maxv Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/19 18:07:00 kre Exp $
 
 .include <bsd.own.mk>
 
+TESTSDIR=      ${TESTSBASE}/lib/libi386
+
 .if ${MACHINE} == "amd64"
-TESTSDIR=      ${TESTSBASE}/lib/libi386
 COPTS+=                -m32
 LDFLAGS+=      -m32
 LDADD+=                -li386



Home | Main Index | Thread Index | Old Index