Source-Changes-HG archive

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

[src/trunk]: src/tests Do things in a less intrusive way.



details:   https://anonhg.NetBSD.org/src/rev/d70dfee359e2
branches:  trunk
changeset: 820727:d70dfee359e2
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 14 00:33:19 2017 +0000

description:
Do things in a less intrusive way.

diffstat:

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

diffs (11 lines):

diff -r 910afdfcb501 -r d70dfee359e2 tests/Makefile.inc
--- a/tests/Makefile.inc        Sat Jan 14 00:02:40 2017 +0000
+++ b/tests/Makefile.inc        Sat Jan 14 00:33:19 2017 +0000
@@ -1,4 +1,5 @@
-# $NetBSD: Makefile.inc,v 1.3 2017/01/13 21:30:39 christos Exp $
+# $NetBSD: Makefile.inc,v 1.4 2017/01/14 00:33:19 christos Exp $
 WARNS ?= 4
 CWARNFLAGS+= -Wno-missing-noreturn
-CPPFLAGS:= ${CPPFLAGS} -I${.PARSEDIR}
+TOPSRCDIR:= ${.PARSEDIR}
+CPPFLAGS+= -I${TOPSRCDIR}



Home | Main Index | Thread Index | Old Index