Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 01/01/2001 17:47:39
Module Name:	basesrc
Committed By:	sommerfeld
Date:		Mon Jan  1 15:47:38 UTC 2001

Modified Files:
	basesrc/usr.bin/make: compat.c job.c main.c make.1 make.c

Log Message:
Delete forceSerial; just use compatMake for that.
Add -N flag to *really* not execute any commands (useful when using
the -d flags to debug usr/src/Makefile)
Document -N
Update documentation of -n to mention that it still executes commands
for targets marked .MAKE so that the -N/-n distinction is clear.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 basesrc/usr.bin/make/compat.c
cvs rdiff -r1.44 -r1.45 basesrc/usr.bin/make/job.c \
    basesrc/usr.bin/make/make.1
cvs rdiff -r1.60 -r1.61 basesrc/usr.bin/make/main.c
cvs rdiff -r1.33 -r1.34 basesrc/usr.bin/make/make.c

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