Go to file
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
bin Initialize ipid in two functions to NULL, to appease -Wuninitialized. 2005-06-07 09:00:18 +00:00
contrib/sys Finalize import of the Atheros HAL 0.9.9.13, bringing ath(4) 2004-07-28 08:57:40 +00:00
crypto appease gcc -Wuninitialized on hp700. 2005-06-05 19:08:28 +00:00
dist bin/29508 - fix "ipf -T" - kernel wasn't setting ipft_cookie and userland 2005-06-11 12:31:40 +00:00
distrib Add rpaulo. 2005-06-11 16:06:03 +00:00
doc Sort. 2005-06-12 12:30:25 +00:00
etc Enable RAIDframe support in the NetBSD-macppc installation media. 2005-06-09 13:29:57 +00:00
games Change marker from "pmppc" to "powerpc" because a NetBSD-macppc build 2005-06-09 12:20:12 +00:00
gnu Backout the last two revisions. These changes should have been applied to 2005-06-02 15:44:20 +00:00
include Make disklabel(8) and fdisk(8) into "host tools " last step: build 2005-06-12 19:46:15 +00:00
lib Make disklabel(8) and fdisk(8) into "host tools " last step: build 2005-06-12 19:46:15 +00:00
libexec appease gcc -Wuninitialized 2005-06-08 00:19:18 +00:00
regress appease gcc -Wuninitialized 2005-06-02 11:10:00 +00:00
rescue Make fdisk(8) available on all platforms, since MS-DOS partitioning 2005-05-22 03:45:30 +00:00
sbin Make disklabel(8) into a host-tool, "nbdisklabel." Move disklabel.c 2005-06-12 19:18:34 +00:00
share Add definitions for the new "host tools " disklabel and fdisk. 2005-06-12 19:31:25 +00:00
sys Make disklabel(8) and fdisk(8) into "host tools " last step: build 2005-06-12 19:46:15 +00:00
tools Make disklabel(8) and fdisk(8) into "host tools " last step: build 2005-06-12 19:46:15 +00:00
usr.bin Can't use _LP64 because xlint is a host tool. We need a new define for 2005-06-12 16:56:59 +00:00
usr.sbin Initialize class and node in modify_single(), as their initial assignment 2005-06-11 18:42:56 +00:00
x11 NetBSD.cf unconditionally turns on XKB_ALWAYS_USES_SOFT_REPEAT. Do the same 2005-05-20 12:53:22 +00:00
build.sh Remove support for build.sh -m xen, this has been merged in the i386 2005-05-29 10:54:40 +00:00
BUILDING Document the environment variables for if you need to override or 2005-02-15 18:41:18 +00:00
Makefile use usr.sbin/postinstall/postinstall instead of etc/postinstall 2005-04-17 15:18:34 +00:00
Makefile.inc
UPDATING note about kernfs fix and xentools. 2005-06-03 11:02:59 +00:00