Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 1996 11:55:23 -0700 (PDT)
From:      Nate Williams <nate>
To:        CVS-committers, cvs-all, cvs-usrbin
Subject:   cvs commit:  src/usr.bin/make parse.c
Message-ID:  <199607231855.LAA04191@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
nate        96/07/23 11:55:22

  Modified:    usr.bin/make  parse.c
  Log:
  'make' prints an extra leading `make: ' and extra trailing newline if
  there is no target to make.
  
  % make
  make: make: no target to make.
  
  %
  
  Beause the function Punt() in main.c takes care of leading 'make:' and
  trailing newline, so, there is no need to pass explicitly.
  
  Submitted by:	enami@ba2.so-net.or.jp
  Obtained from:	NetBSD GNATS
  
  Revision  Changes    Path
  1.8       +1 -1      src/usr.bin/make/parse.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607231855.LAA04191>