NetBSD/bin/sh
lukem 130ab7336b Rework how MAKEVERBOSE operates:
*	Don't bother prefixing commands with a line of  ${_MKCMD}\
	and instead rely upon "make -s".  This is less intrusive on
	all the Makefiles than the former.  Idea from David Laight.

    *	Rename the variables use to print messages.  The scheme now is:
	    _MKMSG_FOO		Run  _MKMSG 'foo'
	    _MKTARGET_FOO	Run  _MKMSG_FOO ${.TARGET}
	From discussion with Alistair Crooks.
2003-10-21 10:01:19 +00:00
..
bltin
funcs
Makefile Rework how MAKEVERBOSE operates: 2003-10-21 10:01:19 +00:00
TOUR
alias.c
alias.h
arith.y Drop equal signs from rule definitions; they cause problems with "bison -y". 2003-09-17 17:33:36 +00:00
arith_lex.l
builtins.def remove \r (agc, are you using MS-DOS?) 2003-08-22 14:21:12 +00:00
cd.c Move an assignment that was using a variable out of scope to fix a build 2003-08-25 20:08:12 +00:00
cd.h
error.c
error.h
eval.c
eval.h
exec.c
exec.h
expand.c Fix 'set "*" b; case "* b" in "$@") ...' and 'set "*"; case 1 in "${#1}") ...' 2003-09-22 12:17:24 +00:00
expand.h
histedit.c Let libedit handle signals so we resize properly. I might change my mind 2003-10-19 19:13:21 +00:00
init.h
input.c
input.h
jobs.c s/FD_SETFD/F_SETFD/ 2003-08-26 18:12:33 +00:00
jobs.h
machdep.h
mail.c
mail.h
main.c Fix crash when DEBUG=2, by opening the log file ASAP. Reviewed by simonb@. 2003-09-14 12:09:29 +00:00
main.h
memalloc.c
memalloc.h
miscbltin.c
miscbltin.h
mkbuiltins Move 4 more files from UCB 4 clause to 3 clause licence. 2003-08-22 11:22:23 +00:00
mkinit.c
mknodes.c
mksyntax.c
mktokens Move 4 more files from UCB 4 clause to 3 clause licence. 2003-08-22 11:22:23 +00:00
myhistedit.h
mystring.c
mystring.h
nodes.c.pat
nodetypes Move 4 more files from UCB 4 clause to 3 clause licence. 2003-08-22 11:22:23 +00:00
options.c
options.h
output.c
output.h
parser.c
parser.h
redir.c
redir.h
sh.1
shell.h
show.c
show.h
trap.c Use '\0' instead of NULL in two checks (we are not checking for a pointer 2003-08-26 18:13:25 +00:00
trap.h
var.c Include strings.h, needed for index's prototype. 2003-08-26 18:14:24 +00:00
var.h