Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/stdio need to set BINDIR



details:   https://anonhg.NetBSD.org/src/rev/547c91823429
branches:  trunk
changeset: 1022191:547c91823429
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jul 08 12:30:20 2021 +0000

description:
need to set BINDIR

diffstat:

 tests/lib/libc/stdio/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f48c5715a095 -r 547c91823429 tests/lib/libc/stdio/Makefile
--- a/tests/lib/libc/stdio/Makefile     Thu Jul 08 09:16:24 2021 +0000
+++ b/tests/lib/libc/stdio/Makefile     Thu Jul 08 12:30:20 2021 +0000
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.15 2021/07/08 09:07:46 christos Exp $
+# $NetBSD: Makefile,v 1.16 2021/07/08 12:30:20 christos Exp $
 
 NOMAN=
 .include <bsd.own.mk>
 
 TESTSDIR=      ${TESTSBASE}/lib/libc/stdio
 
+BINDIR=         ${TESTSDIR}
+
 TESTS_C+=      t_clearerr
 TESTS_C+=      t_fflush
 TESTS_C+=      t_fmemopen



Home | Main Index | Thread Index | Old Index