Subject: Re: CVS commit: src/usr.bin/make
To: Luke Mewburn <lukem@netbsd.org>
From: David Laight <david@l8s.co.uk>
List: source-changes
Date: 09/04/2003 09:49:25
> 	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?

	David

-- 
David Laight: david@l8s.co.uk