NetBSD/sys/arch/sh5
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
..
conf s/GENASSYM/GENASSYM_CONF/ so we can use "GENASSYM" as the program name. 2005-05-31 04:03:08 +00:00
dev Modify the rtc_gettime() and rtc_settime() functions to take a volatile 2005-06-10 22:25:42 +00:00
include Make disklabel(8) and fdisk(8) into "host tools " last step: build 2005-06-12 19:46:15 +00:00
pci Phase out the use of a string as first "attach args" member to control 2004-08-30 15:05:15 +00:00
sh5 Rework the coredump code to have no explicit knownledge of how coredump 2005-06-10 05:10:12 +00:00
Makefile Descend into include subdirs and install relevant headers. 2002-07-10 08:56:11 +00:00
TODO Uppercase CPU, plural is CPUs. 2004-02-13 11:36:08 +00:00