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 Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
PSD.doc BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
arch.c General -Wall warning cleanup, part I. 1996-07-12 19:08:36 +00:00
bit.h Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
buf.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
buf.h Bring in a number of changes from NetBSD's make, fixing quite a few 1995-01-23 21:03:17 +00:00
compat.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
cond.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
config.h Bring in a number of changes from NetBSD's make, fixing quite a few 1995-01-23 21:03:17 +00:00
dir.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
dir.h Bring in a number of changes from NetBSD's make, fixing quite a few 1995-01-23 21:03:17 +00:00
for.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
hash.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
hash.h Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
job.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
job.h Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
list.h Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
lst.h Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
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 NetBSD fixes: declare more prototypes, move .OPTIONAL in alphabet 1995-06-18 12:34:14 +00:00
make.h Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
Makefile Stop using gnumalloc. 1995-09-22 14:14:32 +00:00
Makefile.dist BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
nonints.h Bring in a number of changes from NetBSD's make, fixing quite a few 1995-01-23 21:03:17 +00:00
parse.c 'make' prints an extra leading `make: ' and extra trailing newline if 1996-07-23 18:55:21 +00:00
pathnames.h Bring in my changes for removing the pestilent obj links (unless you 1996-06-24 04:26:21 +00:00
sprite.h Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
str.c NetBSD fixes: declare more prototypes, move .OPTIONAL in alphabet 1995-06-18 12:34:14 +00:00
suff.c NetBSD fixes: declare more prototypes, move .OPTIONAL in alphabet 1995-06-18 12:34:14 +00:00
targ.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
var.c Fix the :S modifier to substitute in each word of the variable, according 1995-11-01 12:18:32 +00:00