Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 09/10/2003 18:04:24
Module Name:	src
Committed By:	jmmv
Date:		Wed Sep 10 18:04:24 UTC 2003

Modified Files:
	src/usr.bin/make: compat.c main.c make.1 make.h

Log Message:
Add the 'e' debug flag (i.e., '-d e'):  when enabled, show the "target
failed" and "command failed" messages added recently.  These introduce
too much noise when debugging some kind of problems, specially in pkgsrc.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 src/usr.bin/make/compat.c
cvs rdiff -r1.92 -r1.93 src/usr.bin/make/main.c
cvs rdiff -r1.87 -r1.88 src/usr.bin/make/make.1
cvs rdiff -r1.47 -r1.48 src/usr.bin/make/make.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.