freebsd-dev/usr.bin/make
Nate Williams fe6ab298ab '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
1996-07-23 18:55:21 +00:00
..
lst.lib
PSD.doc
arch.c General -Wall warning cleanup, part I. 1996-07-12 19:08:36 +00:00
bit.h
buf.c
buf.h
compat.c
cond.c
config.h
dir.c
dir.h
for.c
hash.c
hash.h
job.c
job.h
list.h
lst.h
main.c Added a -V option to print make's idea of the value of a variable. 1996-07-17 11:02:43 +00:00
make.1 Added a -V option to print make's idea of the value of a variable. 1996-07-17 11:02:43 +00:00
make.c
make.h
Makefile
Makefile.dist
nonints.h
parse.c 'make' prints an extra leading `make: ' and extra trailing newline if 1996-07-23 18:55:21 +00:00
pathnames.h
sprite.h
str.c
suff.c
targ.c
var.c