Subject: CVS commit: src/usr.bin/make
To: None <source-changes@netbsd.org>
From: Simon J. Gerraty <sjg@netbsd.org>
List: source-changes
Date: 02/26/2003 10:59:14
Module Name:	src
Committed By:	sjg
Date:		Wed Feb 26 08:59:13 UTC 2003

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

Log Message:
Add -B to MAKEFLAGS so that it propagates to sub-makes.
This allows one to use -j1 -B at some point in a tree to
overcome a -jN (which is the main reason one would use -B).


To generate a diff of this commit:
cvs rdiff -r1.85 -r1.86 src/usr.bin/make/main.c

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