Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/02/2003 23:40:11
Module Name: src
Committed By: lukem
Date: Tue Sep 2 23:40:11 UTC 2003
Modified Files:
src/usr.bin/make: compat.c
Log Message:
Also display failed target. Given
printf "all:\n\ttrue\n\t@false\n" | make -f -
the error output now looks like:
*** Failed target: all
*** Failed command: false
*** Error code 1
instead of just
*** Error code 1
XXX: add this support for make -j builds.
To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 src/usr.bin/make/compat.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.