NetBSD/share/mk
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
..
Makefile If EXTERNAL_TOOLCHAIN is defined, allow the compiler to define the 2003-05-31 20:33:15 +00:00
bsd.README Rename a large chunk of the make(1) variables which refer to a 2003-07-10 10:33:58 +00:00
bsd.dep.mk Add missing } for rev. 1.43. 2003-06-11 18:05:40 +00:00
bsd.doc.mk Rename a large chunk of the make(1) variables which refer to a 2003-07-10 10:33:58 +00:00
bsd.endian.mk Only determine TARGET_ENDIANNESS if it's not already defined. 2003-05-18 08:19:03 +00:00
bsd.files.mk
bsd.gcc.mk provide a variable pointing to the directory where 2003-06-27 17:13:27 +00:00
bsd.hostlib.mk catch signal 1,2,3,13 and 15 to clean /tmp/_dependXXX 2003-06-11 04:56:58 +00:00
bsd.hostprog.mk add LIBEVENT 2003-06-12 23:26:19 +00:00
bsd.inc.mk
bsd.info.mk Rename a large chunk of the make(1) variables which refer to a 2003-07-10 10:33:58 +00:00
bsd.init.mk
bsd.kernobj.mk Rework how KERNOBJDIR functions; now it's always determined with 2003-01-06 17:40:18 +00:00
bsd.kinc.mk
bsd.kmod.mk Add -mcmodel=kernel to CFLAGS for amd64. 2003-05-07 22:36:06 +00:00
bsd.lib.mk Use ${CC} instead of ${LD} to build shared objects. 2003-06-27 17:27:11 +00:00
bsd.links.mk
bsd.man.mk Rename a large chunk of the make(1) variables which refer to a 2003-07-10 10:33:58 +00:00
bsd.nls.mk Rename a large chunk of the make(1) variables which refer to a 2003-07-10 10:33:58 +00:00
bsd.obj.mk
bsd.own.mk Rename a large chunk of the make(1) variables which refer to a 2003-07-10 10:33:58 +00:00
bsd.prog.mk For consistency, use "-R" instead of "-Wl,-rpath" to pass 2003-06-27 17:30:16 +00:00
bsd.rpc.mk Rename a large chunk of the make(1) variables which refer to a 2003-07-10 10:33:58 +00:00
bsd.shlib.mk
bsd.subdir.mk
bsd.sys.mk Rename a large chunk of the make(1) variables which refer to a 2003-07-10 10:33:58 +00:00
sys.mk Default to -O2 for x86_64. 2003-05-04 12:05:50 +00:00