NetBSD/sys/arch/acorn32
dyoung a37289db57 Make disklabel(8) and fdisk(8) into "host tools " last step: build
and install ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-disklabel,
${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-fdisk by "reaching over" to
the sources in ${NETBSDSRCDIR}/sbin/{disklabel fdisk}/.

To avoid clashes with a build-host's header files, especially on
*BSD, the host-tools versions of fdisk and disklabel search for
#includes such as disklabel.h, disklabel_acorn.h, disklabel_gpt.h,
and bootinfo.h in a new #includes namespace, nbinclude/.  That is,
they #include <nbinclude/sys/disklabel.h>, <nbinclude/machine/disklabel.h>,
<nbinclude/sparc64/disklabel.h>, instead of <sys/disklabel.h> and
such.  I have also updated the system headers to #include from
nbinclude/-space when HAVE_NBTOOL_CONFIG_H is #defined.
2005-06-12 19:46:15 +00:00
..
acorn32 merge yamt-km branch. 2005-04-01 11:59:21 +00:00
compile
conf - Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO. 2005-06-09 14:43:29 +00:00
dev merge yamt-km branch. 2005-04-01 11:59:21 +00:00
doc Uppercase CPU, plural is CPUs. 2004-02-13 11:36:08 +00:00
eb7500atx Constify a structure. 2005-03-11 06:50:33 +00:00
include Make disklabel(8) and fdisk(8) into "host tools " last step: build 2005-06-12 19:46:15 +00:00
mainbus Adapt to compiling with -Wcast-qual and -Wshadow. 2005-06-09 09:24:45 +00:00
podulebus Adapt to compiling with -Wcast-qual and -Wshadow. 2005-06-09 09:24:45 +00:00
stand Add BOOT_LEAVE_MEMORY (desired memory left unused) and BOOT_MIN_AVAIL_MEMORY 2004-06-13 20:50:14 +00:00
Makefile Descend into stand so boot32 gets built. 2003-08-02 17:57:35 +00:00