NetBSD/tools
lukem 171d653219 Overhaul how `build.sh tools' are used:
*	Rename "config.h" to "nbtool_config.h" and
	HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H.
	This makes in more obvious in the source when we're using
	tools/compat/config.h versus "standard autoconf" config.h

    *	Consistently move the inclusion of nbtool_config.h to before
    	<sys/cdefs.h> so that the former can provide __RCSID() (et al),
    	and there's no need to protect those macros any more.

These changes should make it easier to "tool-ify" a program by adding:
	#if HAVE_NBTOOL_CONFIG_H
	#include "nbtool_config.h"
	#endif
to the top of the source files (for the general case).
2003-10-27 00:12:41 +00:00
..
asn1_compile
autoconf
binstall
binutils Use ${HOST_SH} instead of `sh'. 2003-10-26 07:25:33 +00:00
cap_mkdb
cat
cksum
compat Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
compile_et
config
crunchgen
ctags
db
dbsym - build "binutils" and "gcc" separately if USE_TOOLS_TOOLCHAIN is not set 2003-07-25 16:26:51 +00:00
fgen
file When building with "-j 2", linking the "file" tool failed because 2003-07-08 03:41:34 +00:00
gcc Use ${HOST_SH} instead of `sh'. 2003-10-26 07:25:33 +00:00
gdb add gdb53 as a host tool for use as a crossgdb 2003-10-26 01:06:27 +00:00
gencat
gettext Rename a large chunk of the make(1) variables which refer to a 2003-07-10 10:33:58 +00:00
groff Strip man.local and mdoc.local before installation; fixes problem with undefined variables 2003-10-20 08:25:36 +00:00
hexdump
host-mkdep Use ${HOST_SH} instead of `sh'. 2003-10-26 07:25:33 +00:00
ibmnws-ncdcs Add host tool version of ncdcs 2003-10-19 03:35:30 +00:00
installboot
lex
lint
lint1
lint2
lorder
m4
make netbsd.org->NetBSD.org 2003-07-26 20:17:31 +00:00
makefs
makewhatis Use "nbnroff" instead of "nroff". 2003-06-14 17:57:26 +00:00
mdsetimage - build "binutils" and "gcc" separately if USE_TOOLS_TOOLCHAIN is not set 2003-07-25 16:26:51 +00:00
menuc
mips-elf2ecoff
mkcsmapper Citrus iconv support(3) 2003-06-26 06:30:07 +00:00
mkdep
mkesdb Citrus iconv support(3) 2003-06-26 06:30:07 +00:00
mklocale
mktemp
msgc
mtree
pax
prep-mkbootimage
pwd_mkdb
rpcgen
stat add stat(1) as a host tool 2003-07-20 14:06:32 +00:00
sunlabel
texinfo
toolchain Use ${HOST_SH} instead of `sh'. 2003-10-26 07:25:33 +00:00
tsort
uudecode
yacc
zic
Makefile add gdb53 as a host tool for use as a crossgdb 2003-10-26 01:06:27 +00:00
Makefile.gnuhost Use ${HOST_SH} instead of `sh'. 2003-10-26 07:25:33 +00:00
Makefile.gnuwrap
Makefile.host Rework how MAKEVERBOSE operates: 2003-10-21 10:01:19 +00:00