Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools add -I${TOOLDIR}/include/nbinclude to fix the build (f...
details: https://anonhg.NetBSD.org/src/rev/6541c929932d
branches: trunk
changeset: 780753:6541c929932d
user: christos <christos%NetBSD.org@localhost>
date: Sun Aug 05 06:20:14 2012 +0000
description:
add -I${TOOLDIR}/include/nbinclude to fix the build (find arm/elf_machdep.h).
Is nbinclude intended here? Why not put the machine files in ${TOOLDIR}/include?
diffstat:
tools/Makefile.nbincludes | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b19a3f421eb1 -r 6541c929932d tools/Makefile.nbincludes
--- a/tools/Makefile.nbincludes Sun Aug 05 05:10:38 2012 +0000
+++ b/tools/Makefile.nbincludes Sun Aug 05 06:20:14 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.nbincludes,v 1.2 2011/03/18 15:13:54 tsutsui Exp $
+# $NetBSD: Makefile.nbincludes,v 1.3 2012/08/05 06:20:14 christos Exp $
# NOxxx definitions are copied from Makefile.host, and are
# required before .include <bsd.own.mk>. The include of bsd.own.mk
@@ -32,7 +32,7 @@
dkbad.h \
exec_elf.h
-HOST_CPPFLAGS+= -I${TOOLDIR}/include
+HOST_CPPFLAGS+= -I${TOOLDIR}/include -I${TOOLDIR}/include/nbinclude
beforedepend:
${HOST_INSTALL_DIR} ${TOOLDIR}/include/nbinclude
Home |
Main Index |
Thread Index |
Old Index