NetBSD/libexec/ld.aout_so
lukem 001c68bd94 Rename a large chunk of the make(1) variables which refer to a
program/tool from "FOO" to "TOOL_FOO".  The new variables are:
	TOOL_ASN1_COMPILE  TOOL_CAP_MKDB  TOOL_CAT  TOOL_CKSUM  TOOL_COMPILE_ET
	TOOL_CONFIG  TOOL_CRUNCHGEN  TOOL_CTAGS  TOOL_DB  TOOL_EQN  TOOL_FGEN
	TOOL_GENCAT  TOOL_GROFF  TOOL_HEXDUMP  TOOL_INDXBIB  TOOL_INSTALLBOOT
	TOOL_INSTALL_INFO  TOOL_M4  TOOL_MAKEFS  TOOL_MAKEINFO  TOOL_MAKEWHATIS
	TOOL_MDSETIMAGE  TOOL_MENUC  TOOL_MKCSMAPPER  TOOL_MKESDB
	TOOL_MKLOCALE  TOOL_MKMAGIC  TOOL_MKTEMP  TOOL_MSGC  TOOL_MTREE
	TOOL_PAX  TOOL_PIC  TOOL_PREPMKBOOTIMAGE  TOOL_PWD_MKDB  TOOL_REFER
	TOOL_ROFF_ASCII  TOOL_ROFF_DVI  TOOL_ROFF_HTML  TOOL_ROFF_PS
	TOOL_ROFF_RAW  TOOL_RPCGEN  TOOL_SOELIM  TOOL_SUNLABEL  TOOL_TBL
	TOOL_UUDECODE  TOOL_VGRIND  TOOL_ZIC

For each, provide default in <bsd.sys.mk> of the form:
	TOOL_FOO?=	foo
and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override:
	TOOL_FOO=	${TOOLDIR}/bin/${_TOOL_PREFIX}foo

Document all of these in bsd.README.

This cleans up a chunk of potential (and actual) namespace collision
within our build infrastructure, as well as improves consistency in
the share/mk documentation and provision of appropriate defaults for
each of these variables.
2003-07-10 10:33:58 +00:00
..
arch Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is. 2002-12-10 17:14:02 +00:00
Makefile Rename a large chunk of the make(1) variables which refer to a 2003-07-10 10:33:58 +00:00
ld.aout_so.1 Add Ns where needed. 2003-06-26 18:09:39 +00:00
ld.h Duh! Hang on to SUN_COMPAT.. something is bust. 1998-12-17 23:36:38 +00:00
ld.so.arm.uue Rename to reflect the MACHINE_ARCH that will be used on ARM ELF 2002-02-06 20:39:00 +00:00
ld.so.i386.uue Newly built binaries from netbsd-1-4 sources, including fix for 2001-05-06 20:38:52 +00:00
ld.so.m68k.uue Add a uuencoded binary of a.out m68k ld.so. 2001-04-18 11:48:21 +00:00
ld.so.sparc.uue Newly built binaries from netbsd-1-4 sources, including fix for 2001-05-06 20:38:52 +00:00
ld.so.vax.uue Add support for a VAX ld.so when VAX is ELF 2002-03-29 09:48:49 +00:00
malloc.c Make this compile with -DDEBUG. 2000-11-28 06:01:34 +00:00
md-prologue.c RCS id police. 1996-07-03 03:28:09 +00:00
rtld.c Fix problem where dlclose() falls into infinite loop. 2003-01-16 08:45:56 +00:00
shlib.c Changes to put the COMPAT_AOUT code into ld.aout_so. Search <dir> for <lib> 2000-05-27 06:53:29 +00:00
shlib.h Export the common shared library search functions in its own header file. 1998-12-15 23:16:14 +00:00