Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/libctf Prepare the ground for <elfdefinitions.h> to be...
details: https://anonhg.NetBSD.org/src/rev/c339502337dc
branches: trunk
changeset: 365918:c339502337dc
user: jkoshy <jkoshy%NetBSD.org@localhost>
date: Tue May 03 10:50:42 2022 +0000
description:
Prepare the ground for <elfdefinitions.h> to be used by the 'tools'
build of 'libctf'.
diffstat:
tools/libctf/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r b00e5b104c13 -r c339502337dc tools/libctf/Makefile
--- a/tools/libctf/Makefile Tue May 03 10:09:40 2022 +0000
+++ b/tools/libctf/Makefile Tue May 03 10:50:42 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2018/05/01 19:59:47 christos Exp $
+# $NetBSD: Makefile,v 1.9 2022/05/03 10:50:42 jkoshy Exp $
HOSTLIB= ctf
@@ -34,7 +34,8 @@
-I${OPENSOLARIS_DISTDIR}/common/ctf \
-I${OPENSOLARIS_DISTDIR}/lib/libctf/common \
-I${OPENSOLARIS_DISTDIR}/uts/common \
- -I${LIBELF_DIR}
+ -I${LIBELF_DIR} \
+ -I${TOOLDIR}/include
BUILD_OSTYPE!= uname -s
Home |
Main Index |
Thread Index |
Old Index