Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/usr.bin/make



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.



Home | Main Index | Thread Index | Old Index