1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/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 NetBSD fixes: declare more prototypes, move .OPTIONAL in alphabet 1995-06-18 12:34:14 +00:00
make.h
Makefile Stop using gnumalloc. 1995-09-22 14:14:32 +00:00
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 Bring in my changes for removing the pestilent obj links (unless you 1996-06-24 04:26:21 +00:00
sprite.h
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
var.c Fix the :S modifier to substitute in each word of the variable, according 1995-11-01 12:18:32 +00:00