Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 10/09/2006 14:36:41
Module Name:	src
Committed By:	dsl
Date:		Mon Oct  9 14:36:41 UTC 2006

Modified Files:
	src/usr.bin/make: job.c job.h main.c make.c make.h

Log Message:
Rip out the code for the undocumented -P (don't use pipes for command
output) option.  I'm sure it is baggage from the past.


To generate a diff of this commit:
cvs rdiff -r1.119 -r1.120 src/usr.bin/make/job.c
cvs rdiff -r1.31 -r1.32 src/usr.bin/make/job.h
cvs rdiff -r1.130 -r1.131 src/usr.bin/make/main.c
cvs rdiff -r1.63 -r1.64 src/usr.bin/make/make.c
cvs rdiff -r1.61 -r1.62 src/usr.bin/make/make.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.