NetBSD/bin
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
..
cat Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op), 2003-05-18 07:57:31 +00:00
chio New policy: New sentences start on a new line. 2002-09-25 15:18:36 +00:00
chmod Start new paragraph after options are listed. 2003-01-20 03:10:38 +00:00
cp The Double-Semi-Colon Police. 2003-01-20 05:29:53 +00:00
csh Rename a large chunk of the make(1) variables which refer to a 2003-07-10 10:33:58 +00:00
date .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
dd .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
df add -g to ENVIRONMENT. 2003-04-18 12:49:12 +00:00
domainname New policy: New sentences start on a new line. 2002-09-25 15:18:36 +00:00
echo Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-08 01:21:55 +00:00
ed Some grammar and punctuation fixes from jmc@openbsd. 2003-05-01 13:50:58 +00:00
expr spelling errors, some from Igor Sobrado in PR 19670 2003-03-29 18:25:22 +00:00
hostname New policy: New sentences start on a new line. 2002-09-25 15:18:36 +00:00
kill .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
ksh Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
ln .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
ls Pass a NULL to getbsize() for any arguments that aren't needed, and 2003-05-30 00:17:25 +00:00
mkdir Fix typo in mkpath()'s test before chmod(). 2003-03-10 23:33:10 +00:00
mt .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
mv .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
pax Bump date for -O change. 2003-07-09 14:42:16 +00:00
ps More mdoc. 2003-04-16 09:19:35 +00:00
pwd evironment -> environment. 2002-10-02 09:57:14 +00:00
rcmd * Document $RCMD_CMD in environ(7). 2003-05-26 10:18:39 +00:00
rcp * Document $RCMD_CMD in environ(7). 2003-05-26 10:18:39 +00:00
rm Remove space at the end of line. 2003-03-01 07:57:33 +00:00
rmdir Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-08 01:21:55 +00:00
sh Quote some punctuation. 2003-06-27 09:11:12 +00:00
sleep Use shell glob expansion in the csh example, instead of ls with glob. 2002-11-21 15:02:03 +00:00
stty Cm Fl -> Fl. 2003-07-01 10:24:41 +00:00
sync Fix .Nm usage. 2003-03-02 13:57:30 +00:00
systrace support for a new kernel message that informs userland that an in-kernel 2003-06-03 04:33:44 +00:00
test New policy: New sentences start on a new line. 2002-09-25 15:18:36 +00:00
Makefile Add userland portion of systrace. 2002-06-17 16:29:07 +00:00
Makefile.inc Revert previous; the change that required it will be done differently. 2002-09-27 21:04:46 +00:00