Subject: Re: CVS commit: src/usr.bin/make
To: David Laight <david@l8s.co.uk>
From: Luke Mewburn <lukem@NetBSD.org>
List: source-changes
Date: 09/10/2003 02:20:32
On Thu, Sep 04, 2003 at 09:49:25AM +0100, David Laight wrote:
| > 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
|
| Having looked at:
| http://releng.netbsd.org/ab/B_HEAD/M_alpha/alpha.relse.1062547200.txt
| is it possible to supress the whitespace on continuation lines?
i've instead compacted runs of whitespace into a single space
for a similar result.