History log of /netbsd/tools/Makefile.nbincludes (Results 1 – 6 of 6)
Revision Date Author Comments
# 891ab5cf 04-Jun-2023 lukem <lukem@NetBSD.org>

tools: use <bsd.hostinit.mk> where appropriate

bsd.hostinit.mk sets a bunch of NOxxx variables before
including bsd.init.mk (which includes bsd.own.mk),
so simplify instead of replicating the NOxxx

tools: use <bsd.hostinit.mk> where appropriate

bsd.hostinit.mk sets a bunch of NOxxx variables before
including bsd.init.mk (which includes bsd.own.mk),
so simplify instead of replicating the NOxxx setup
for host tools.

show more ...


# 6c125d6b 14-Sep-2016 christos <christos@NetBSD.org>

Add exec_ecoff.h


# 828c79ad 24-Jan-2015 uwe <uwe@NetBSD.org>

Add endian_machdep.h files for sh3 machines to _ARCH_INCS as
sh3/include/elf_machdep.h needs it since r1.11.

Unbreaks tools build on non-netbsd hosts (and whatever problems on
netbsd hosts of differ

Add endian_machdep.h files for sh3 machines to _ARCH_INCS as
sh3/include/elf_machdep.h needs it since r1.11.

Unbreaks tools build on non-netbsd hosts (and whatever problems on
netbsd hosts of different endianness that might have been caused by
the mismatch).

show more ...


# 2122e53b 05-Aug-2012 christos <christos@NetBSD.org>

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?


# a837c5df 18-Mar-2011 tsutsui <tsutsui@NetBSD.org>

tools/mklocale has not required ctype_bits.h since the following fix:
http://mail-index.NetBSD.org/source-changes/2010/06/20/msg011122.html

Tested build.sh tools on CentOS 5.


# 59292318 19-Jun-2010 riz <riz@NetBSD.org>

Rename Makefile.disklabel to Makefile.nbincludes, as this file has
been used by more than disklabel for years. New name suggestion from
mrg@ .