Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libexecinfo The test requires symbols, so put STRI...



details:   https://anonhg.NetBSD.org/src/rev/99e6788c2f92
branches:  trunk
changeset: 335941:99e6788c2f92
user:      nakayama <nakayama%NetBSD.org@localhost>
date:      Sat Jan 31 20:55:43 2015 +0000

description:
The test requires symbols, so put STRIPFLAG= explicitly to avoid
stripping them if STRIPFLAG?=-s is defined in /etc/mk.conf.

diffstat:

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

diffs (16 lines):

diff -r 762ebb88f132 -r 99e6788c2f92 tests/lib/libexecinfo/Makefile
--- a/tests/lib/libexecinfo/Makefile    Sat Jan 31 19:14:45 2015 +0000
+++ b/tests/lib/libexecinfo/Makefile    Sat Jan 31 20:55:43 2015 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2014/03/18 18:20:44 riastradh Exp $
+# $NetBSD: Makefile,v 1.6 2015/01/31 20:55:43 nakayama Exp $
 
 .include <bsd.own.mk>
 
 TESTSDIR=      ${TESTSBASE}/lib/libexecinfo
 
 TESTS_C+=      t_backtrace
+STRIPFLAG=
 
 LDADD+=                -lexecinfo -lelf
 DPADD+=                ${LIBEXECINFO} ${LIBELF}



Home | Main Index | Thread Index | Old Index