freebsd-nq/usr.bin/make
Ed Schouten 40e761838e Add POSIX -p flag to make(1).
This article [1] describes the -p flag for make(1):

	Write to standard output the complete set of macro definitions and
	target descriptions. The output format is unspecified.

We already support a similar flag (-d g1), but unlike -p, it still
executes commands. Our implementation just turns it into -d g1, but also
sets flag `printGraphOnly', which will cause make(1) to skip execution.

[1] http://www.opengroup.org/onlinepubs/009695399/utilities/make.html

Reviewed by:	imp
PR:		standards/99960
2008-07-30 21:18:38 +00:00
..
PSD.doc
arch.c
arch.h
buf.c
buf.h
cond.c
cond.h
config.h
dir.c
dir.h
for.c
for.h
globals.h
GNode.h
hash_tables.c
hash_tables.h
hash.c
hash.h
job.c
job.h
lst.c
lst.h
main.c
make.1
make.c
make.h
Makefile
Makefile.dist
parse.c
parse.h
pathnames.h
proc.c
proc.h
shell.c
shell.h
str.c
str.h
suff.c
suff.h
targ.c
targ.h
util.c
util.h
var.c
var.h