1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/usr.bin/make
Hartmut Brandt 34c9c43931 Implement POSIX's '+' flag for command lines. This flag causes a line
to be executed even when -n is given on the command line to make. This is
very handy for calls to submakes.

This is slightly changed from the original patch as obtained from NetBSD.
The NetBSD variant prints lines which have both '+' and '@' when -n
is specified. The commited version always obeys '@'.

Bump MAKE_VERSION so Makefiles can use this conditionally.

PR:		standards/66357 (partly)
Submitted by:	Mark Baushke <mdb@juniper.net>
Obtained from:	NetBSD
2004-07-29 14:29:23 +00:00
..
lst.lib
PSD.doc
arch.c
buf.c
buf.h
compat.c Implement POSIX's '+' flag for command lines. This flag causes a line 2004-07-29 14:29:23 +00:00
cond.c Improve make's diagnostic of mistmatched .if-.endif. This patch is 2004-07-20 07:42:06 +00:00
config.h
dir.c
dir.h
for.c
hash.c
hash.h
job.c Implement POSIX's '+' flag for command lines. This flag causes a line 2004-07-29 14:29:23 +00:00
job.h
list.h
lst.h
main.c
make.1 Implement POSIX's '+' flag for command lines. This flag causes a line 2004-07-29 14:29:23 +00:00
make.c
make.h Improve make's diagnostic of mistmatched .if-.endif. This patch is 2004-07-20 07:42:06 +00:00
Makefile Implement POSIX's '+' flag for command lines. This flag causes a line 2004-07-29 14:29:23 +00:00
Makefile.dist
nonints.h Implement POSIX's '+' flag for command lines. This flag causes a line 2004-07-29 14:29:23 +00:00
parse.c Fix handling of comments on .elif lines. The patch given in a followup 2004-07-22 11:12:01 +00:00
pathnames.h
sprite.h
str.c
suff.c
targ.c
util.c
var_modify.c
var.c
var.h