Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/kernel Use SCRIPTS instead of PROGS to avoid strip(1) ...
details: https://anonhg.NetBSD.org/src/rev/fa291858c206
branches: trunk
changeset: 358152:fa291858c206
user: nakayama <nakayama%NetBSD.org@localhost>
date: Thu Dec 14 14:38:17 2017 +0000
description:
Use SCRIPTS instead of PROGS to avoid strip(1) if STRIPFLAG=-s.
diffstat:
tests/kernel/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 2da6f4b49777 -r fa291858c206 tests/kernel/Makefile
--- a/tests/kernel/Makefile Thu Dec 14 14:12:39 2017 +0000
+++ b/tests/kernel/Makefile Thu Dec 14 14:38:17 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2017/12/12 18:19:45 christos Exp $
+# $NetBSD: Makefile,v 1.52 2017/12/14 14:38:17 nakayama Exp $
NOMAN= # defined
@@ -29,8 +29,9 @@
PROGS+= h_ps_strings2
PROGS+= h_segv
PROGS+= h_getprocpath
-PROGS+= h_interpreter
-SRCS.h_interpreter += h_interpreter.sh
+
+SCRIPTSDIR= ${TESTSDIR}
+SCRIPTS= h_interpreter.sh
LDADD.t_mqueue+= -lrt
Home |
Main Index |
Thread Index |
Old Index